Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment.h60 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps);
DJITDebugReader.cpp387 if (!GetThreadMmapsInProcess(process.pid, &thread_mmaps)) { in InitializeProcess()
671 if (!GetThreadMmapsInProcess(process.pid, &thread_mmaps)) { in ReadDexFileDebugInfo()
Denvironment.cpp237 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps) { in GetThreadMmapsInProcess() function
520 if (!GetThreadMmapsInProcess(getpid(), &thread_mmaps)) { in PrepareVdsoFile()
Dcmd_record.cpp1213 if (!GetThreadMmapsInProcess(pid, &thread_mmaps)) { in DumpProcessMaps()