Searched refs:ReadThreadNameAndPid (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/nonlinux_support/ |
D | nonlinux_support.cpp | 38 bool ReadThreadNameAndPid(pid_t, std::string*, pid_t*) { in ReadThreadNameAndPid() function
|
/system/extras/simpleperf/ |
D | environment.h | 76 bool ReadThreadNameAndPid(pid_t tid, std::string* comm, pid_t* pid);
|
D | environment.cpp | 146 bool ReadThreadNameAndPid(pid_t tid, std::string* comm, pid_t* pid) { in ReadThreadNameAndPid() function 171 return ReadThreadNameAndPid(tid, nullptr, pid); in GetProcessForThread() 175 return ReadThreadNameAndPid(tid, name, nullptr); in GetThreadName()
|
D | BranchListFile.cpp | 174 if (ReadThreadNameAndPid(tid, &comm, &pid)) { in FindThreadFromProc()
|
D | cmd_stat.cpp | 896 if (ReadThreadNameAndPid(tid, &info.name, &info.pid)) { in MonitorEachThread()
|