Home
last modified time | relevance | path

Searched refs:ThreadComm (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Denvironment.h43 struct ThreadComm { struct
48 bool GetThreadComms(std::vector<ThreadComm>* thread_comms); argument
Denvironment.cpp292 static bool GetThreadComm(pid_t pid, std::vector<ThreadComm>* thread_comms) { in GetThreadComm()
303 ThreadComm thread; in GetThreadComm()
312 bool GetThreadComms(std::vector<ThreadComm>* thread_comms) { in GetThreadComms()
Drecord.h33 struct ThreadComm;
Dcmd_record.cpp556 std::vector<ThreadComm> thread_comms; in DumpThreadCommAndMmaps()