Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment.h48 bool GetThreadComms(std::vector<ThreadComm>* thread_comms);
Denvironment.cpp312 bool GetThreadComms(std::vector<ThreadComm>* thread_comms) { in GetThreadComms() function
Dcmd_record.cpp557 if (!GetThreadComms(&thread_comms)) { in DumpThreadCommAndMmaps()