Searched defs:thread_mmaps (Results 1 - 2 of 2) sorted by relevance

/system/extras/simpleperf/
H A Dcmd_record.cpp292 std::vector<ThreadMmap> thread_mmaps; local
293 if (!GetThreadMmapsInProcess(thread.tgid, &thread_mmaps)) {
297 for (auto& thread_mmap : thread_mmaps) {
H A Denvironment.cpp317 bool GetThreadMmapsInProcess(pid_t pid, std::vector<ThreadMmap>* thread_mmaps) { argument
324 thread_mmaps->clear();
346 thread_mmaps->push_back(thread);

Completed in 41 milliseconds