Searched refs:GetMemoryProfile (Results 1 – 6 of 6) sorted by relevance
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachVMMemory.h | 31 …nub_bool_t GetMemoryProfile(DNBProfileDataScanType scanType, task_t task, struct task_basic_info t…
|
D | MachVMMemory.cpp | 516 MachVMMemory::GetMemoryProfile(DNBProfileDataScanType scanType, task_t task, struct task_basic_info… in GetMemoryProfile() function in MachVMMemory
|
D | MachTask.cpp | 369 …if (m_vm_memory.GetMemoryProfile(scanType, task, task_info, m_process->GetCPUType(), m_process->Pr… in GetProfileData()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_procmaps.h | 87 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size);
|
D | sanitizer_procmaps_common.cc | 155 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size) { in GetMemoryProfile() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_linux.cc | 114 __sanitizer::GetMemoryProfile(FillProfileCallback, mem, 7); in WriteMemoryProfile()
|