Searched refs:FindThread (Results 1 – 15 of 15) sorted by relevance
33 Thread* found_thread = threads.FindThread(900); in TEST()62 Thread* found_thread1 = threads.FindThread(900); in TEST()65 Thread* found_thread2 = threads.FindThread(901); in TEST()68 Thread* found_thread3 = threads.FindThread(902); in TEST()130 ASSERT_EQ(thread, threads.FindThread(900+i)); in TestTooManyThreads()
32 Thread* FindThread(pid_t tid);
93 Thread* Threads::FindThread(pid_t tid) { in FindThread() function in Threads
136 Thread* thread = threads.FindThread(entry.tid); in ProcessDump()
69 virtual const ThreadEntry* FindThread(int tid) = 0;
79 thread = thread_tree.FindThread(1); in SetUp()608 ThreadEntry* thread = thread_tree.FindThread(1); in TEST_F()617 ThreadEntry* thread = thread_tree.FindThread(1); in TEST_F()620 thread = thread_tree.FindThread(2); in TEST_F()623 thread = thread_tree.FindThread(3); in TEST_F()
107 virtual ThreadEntry* FindThread(int tid) const;
200 const ThreadEntry* FindThread(int tid) override { return thread_tree_.FindThread(tid); } in FindThread() function in simpleperf::ETMThreadTreeSimple260 const ThreadEntry* thread = thread_tree_.FindThread(current_sample_.pid); in GetProcessNameOfCurrentSample()777 ThreadEntry* thread = thread_tree_.FindThread(tid); in GetThread()
104 const ThreadEntry* FindThread(int tid) override { in FindThread() function in simpleperf::ETMThreadTreeWhenRecording105 const ThreadEntry* thread = thread_tree_.FindThread(tid); in FindThread()133 return thread_tree_.FindThread(tid); in FindThreadFromProc()
96 ThreadEntry* process = thread_tree_.FindThread(sample.tid_data.pid); in Check()127 ThreadEntry* thread = thread_tree_.FindThread(sample.tid_data.tid); in Check()
232 const ThreadEntry* FindThread(int tid) override { in FindThread() function in simpleperf::__anon8a9c24360111::ETMThreadTreeWithFilter233 const ThreadEntry* thread = thread_tree_.FindThread(tid); in FindThread()248 const ThreadEntry* process = thread_tree_.FindThread(pid); in ShouldExcludePid()462 ThreadEntry* thread = thread_tree_.FindThread(sr.tid_data.tid); in ProcessRecord()
187 const ThreadEntry* FindThread(int tid) override { return thread_tree_.FindThread(tid); } in FindThread() function in simpleperf::__anon4ba939ae0111::ETMThreadTreeForDumpCmd
78 ThreadEntry* ThreadTree::FindThread(int tid) const { in FindThread() function in simpleperf::ThreadTree
404 ThreadEntry* thread = thread_tree_.FindThread(r.tid_data.tid); in WriteMapsForSample()
222 data.thread = thread_tree_.FindThread(data.tid); in FindMap()