Home
last modified time | relevance | path

Searched defs:thread_comms (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Denvironment.cpp276 static bool GetThreadComm(pid_t pid, std::vector<ThreadComm>* thread_comms) { in GetThreadComm()
301 bool GetThreadComms(std::vector<ThreadComm>* thread_comms) { in GetThreadComms()
Dcmd_record.cpp281 std::vector<ThreadComm> thread_comms; in DumpThreadCommAndMmaps() local