Home
last modified time | relevance | path

Searched refs:GetThreadMmapsInProcess (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
Denvironment.h61 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps);
DJITDebugReader.cpp300 if (!GetThreadMmapsInProcess(process.pid, &thread_mmaps)) { in InitializeProcess()
531 if (!GetThreadMmapsInProcess(process.pid, &thread_mmaps)) { in ReadDexFileDebugInfo()
Dinplace_sampler_lib.cpp265 if (!GetThreadMmapsInProcess(getpid(), &maps)) { in CheckMapChange()
Denvironment.cpp262 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps) { in GetThreadMmapsInProcess() function
539 if (!GetThreadMmapsInProcess(getpid(), &thread_mmaps)) { in PrepareVdsoFile()
Dcmd_record.cpp1142 if (!GetThreadMmapsInProcess(pid, &thread_mmaps)) { in DumpProcessMaps()