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.cpp68 if (!GetThreadMmapsInProcess(pid, &thread_mmaps)) { in ReadProcessMaps()
DJITDebugReader.cpp400 if (!GetThreadMmapsInProcess(process.pid, &thread_mmaps)) { in InitializeProcess()
706 if (!GetThreadMmapsInProcess(process.pid, &thread_mmaps)) { in ReadDexFileDebugInfo()
Denvironment.cpp192 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps) { in GetThreadMmapsInProcess() function
466 if (!GetThreadMmapsInProcess(getpid(), &thread_mmaps)) { in PrepareVdsoFile()
DBranchListFile.cpp142 if (GetThreadMmapsInProcess(pid, &maps)) { in DumpMapsFromProc()