Searched defs:FindThread (Results 1 – 5 of 5) sorted by relevance
| /system/extras/memory_replay/ | ||
| D | Threads.cpp | 92 Thread* Threads::FindThread(pid_t tid) { in FindThread() function in Threads |
| /system/extras/simpleperf/ | ||
| D | ETMBranchListFile.cpp | 171 const ThreadEntry* FindThread(int tid) override { in FindThread() function in simpleperf::ETMThreadTreeWhenRecording |
| D | thread_tree.cpp | 78 ThreadEntry* ThreadTree::FindThread(int tid) const { in FindThread() function in simpleperf::ThreadTree |
| D | cmd_dumprecord.cpp | 187 const ThreadEntry* FindThread(int tid) override { return thread_tree_.FindThread(tid); } in FindThread() function in simpleperf::__anon86fb931d0111::ETMThreadTreeForDumpCmd |
| D | cmd_inject.cpp | 98 const ThreadEntry* FindThread(int tid) override { in FindThread() function in simpleperf::__anon8f351e250111::ETMThreadTreeWithFilter |