Searched refs:DNBProfileDataScanType (Results 1 – 10 of 10) sorted by relevance
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.h | 148 … SetEnableAsyncProfiling (bool enable, uint64_t internal_usec, DNBProfileDataScanType scan_type); 252 DNBProfileDataScanType GetProfileScanType () { return m_profile_scan_type; } in GetProfileScanType() 285 DNBProfileDataScanType m_profile_scan_type; // Indicates what needs to be profiled
|
D | MachVMMemory.h | 31 …nub_bool_t GetMemoryProfile(DNBProfileDataScanType scanType, task_t task, struct task_basic_info t…
|
D | MachTask.h | 70 std::string GetProfileData (DNBProfileDataScanType scanType);
|
D | MachTask.cpp | 236 static void get_threads_profile_data(DNBProfileDataScanType scanType, task_t task, nub_process_t pi… in get_threads_profile_data() 297 MachTask::GetProfileData (DNBProfileDataScanType scanType) in GetProfileData()
|
D | MachVMMemory.cpp | 516 MachVMMemory::GetMemoryProfile(DNBProfileDataScanType scanType, task_t task, struct task_basic_info… in GetMemoryProfile()
|
D | MachProcess.cpp | 345 MachProcess::SetEnableAsyncProfiling(bool enable, uint64_t interval_usec, DNBProfileDataScanType sc… in SetEnableAsyncProfiling()
|
/external/lldb/tools/debugserver/source/ |
D | DNB.h | 67 std::string DNBProcessGetProfileData (nub_process_t pid, DNBProfileDataScanType scanType) DNB_E… 68 … (nub_process_t pid, nub_bool_t enable, uint64_t interval_usec, DNBProfileDataScanType scan_type)…
|
D | DNBDefs.h | 340 enum DNBProfileDataScanType enum
|
D | DNB.cpp | 1031 DNBProcessGetProfileData (nub_process_t pid, DNBProfileDataScanType scanType) in DNBProcessGetProfileData() 1041 …ng (nub_process_t pid, nub_bool_t enable, uint64_t interval_usec, DNBProfileDataScanType scan_type) in DNBProcessSetEnableAsyncProfiling()
|
D | RNBRemote.cpp | 3629 DNBProfileDataScanType scan_type = eProfileAll; in HandlePacket_GetProfileData() 3640 scan_type = (DNBProfileDataScanType)int_value; in HandlePacket_GetProfileData() 3667 DNBProfileDataScanType scan_type = eProfileAll; in HandlePacket_SetEnableAsyncProfiling() 3686 scan_type = (DNBProfileDataScanType)int_value; in HandlePacket_SetEnableAsyncProfiling()
|