Home
last modified time | relevance | path

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

/system/extras/simpleperf/nonlinux_support/
Dnonlinux_support.cpp26 bool GetThreadMmapsInProcess(pid_t, std::vector<ThreadMmap>*) { in GetThreadMmapsInProcess() function
/system/extras/simpleperf/
Denvironment.h65 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps);
DMapRecordReader.cpp60 if (!GetThreadMmapsInProcess(pid, &thread_mmaps)) { in ReadProcessMaps()
DJITDebugReader.cpp398 if (!GetThreadMmapsInProcess(process.pid, &thread_mmaps)) { in InitializeProcess()
701 if (!GetThreadMmapsInProcess(process.pid, &thread_mmaps)) { in ReadDexFileDebugInfo()
Denvironment.cpp183 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps) { in GetThreadMmapsInProcess() function
457 if (!GetThreadMmapsInProcess(getpid(), &thread_mmaps)) { in PrepareVdsoFile()
DETMBranchListFile.cpp209 if (GetThreadMmapsInProcess(pid, &maps)) { in DumpMapsFromProc()