Searched defs:FindThread (Results 1 – 6 of 6) sorted by relevance
| /system/extras/memory_replay/ | ||
| D | Threads.cpp | 93 Thread* Threads::FindThread(pid_t tid) { in FindThread() function in Threads |
| /system/extras/simpleperf/ | ||
| 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::__anon4ba939ae0111::ETMThreadTreeForDumpCmd |
| D | BranchListFile.cpp | 104 const ThreadEntry* FindThread(int tid) override { in FindThread() function in simpleperf::ETMThreadTreeWhenRecording |
| D | report_lib_interface.cpp | 200 const ThreadEntry* FindThread(int tid) override { return thread_tree_.FindThread(tid); } in FindThread() function in simpleperf::ETMThreadTreeSimple |
| D | cmd_inject.cpp | 232 const ThreadEntry* FindThread(int tid) override { in FindThread() function in simpleperf::__anon8a9c24360111::ETMThreadTreeWithFilter |