Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment.h60 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps);
Denvironment.cpp328 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps) { in GetThreadMmapsInProcess() function
Dcmd_record.cpp588 if (!GetThreadMmapsInProcess(thread.pid, &thread_mmaps)) { in DumpThreadCommAndMmaps()