Home
last modified time | relevance | path

Searched refs:FindThread (Results 1 – 15 of 15) sorted by relevance

/system/extras/memory_replay/tests/
DThreadsTest.cpp33 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()
/system/extras/memory_replay/
DThreads.h32 Thread* FindThread(pid_t tid);
DThreads.cpp93 Thread* Threads::FindThread(pid_t tid) { in FindThread() function in Threads
Dmain.cpp136 Thread* thread = threads.FindThread(entry.tid); in ProcessDump()
/system/extras/simpleperf/
DETMDecoder.h69 virtual const ThreadEntry* FindThread(int tid) = 0;
Dreport_utils_test.cpp79 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()
Dthread_tree.h107 virtual ThreadEntry* FindThread(int tid) const;
Dreport_lib_interface.cpp200 const ThreadEntry* FindThread(int tid) override { return thread_tree_.FindThread(tid); } in FindThread() function in simpleperf::ETMThreadTreeSimple
260 const ThreadEntry* thread = thread_tree_.FindThread(current_sample_.pid); in GetProcessNameOfCurrentSample()
777 ThreadEntry* thread = thread_tree_.FindThread(tid); in GetThread()
DBranchListFile.cpp104 const ThreadEntry* FindThread(int tid) override { in FindThread() function in simpleperf::ETMThreadTreeWhenRecording
105 const ThreadEntry* thread = thread_tree_.FindThread(tid); in FindThread()
133 return thread_tree_.FindThread(tid); in FindThreadFromProc()
DRecordFilter.cpp96 ThreadEntry* process = thread_tree_.FindThread(sample.tid_data.pid); in Check()
127 ThreadEntry* thread = thread_tree_.FindThread(sample.tid_data.tid); in Check()
Dcmd_inject.cpp232 const ThreadEntry* FindThread(int tid) override { in FindThread() function in simpleperf::__anon8a9c24360111::ETMThreadTreeWithFilter
233 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()
Dcmd_dumprecord.cpp187 const ThreadEntry* FindThread(int tid) override { return thread_tree_.FindThread(tid); } in FindThread() function in simpleperf::__anon4ba939ae0111::ETMThreadTreeForDumpCmd
Dthread_tree.cpp78 ThreadEntry* ThreadTree::FindThread(int tid) const { in FindThread() function in simpleperf::ThreadTree
Dcmd_debug_unwind.cpp404 ThreadEntry* thread = thread_tree_.FindThread(r.tid_data.tid); in WriteMapsForSample()
DETMDecoder.cpp222 data.thread = thread_tree_.FindThread(data.tid); in FindMap()