Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment.cpp276 static bool GetThreadComm(pid_t pid, std::vector<ThreadComm>* thread_comms) { in GetThreadComm() argument
296 thread_comms->push_back(thread); in GetThreadComm()
301 bool GetThreadComms(std::vector<ThreadComm>* thread_comms) { in GetThreadComms() argument
302 thread_comms->clear(); in GetThreadComms()
310 if (!GetThreadComm(pid, thread_comms)) { in GetThreadComms()
Dcmd_record.cpp281 std::vector<ThreadComm> thread_comms; in DumpThreadCommAndMmaps() local
282 if (!GetThreadComms(&thread_comms)) { in DumpThreadCommAndMmaps()
286 for (auto& thread : thread_comms) { in DumpThreadCommAndMmaps()
Denvironment.h51 bool GetThreadComms(std::vector<ThreadComm>* thread_comms);