Home
last modified time | relevance | path

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

/system/extras/memory_replay/tests/
DThreadsTest.cpp32 Thread* found_thread = threads.FindThread(900); in TEST()
61 Thread* found_thread1 = threads.FindThread(900); in TEST()
64 Thread* found_thread2 = threads.FindThread(901); in TEST()
67 Thread* found_thread3 = threads.FindThread(902); in TEST()
129 ASSERT_EQ(thread, threads.FindThread(900+i)); in TestTooManyThreads()
/system/extras/memory_replay/
DThreads.h32 Thread* FindThread(pid_t tid);
DThreads.cpp91 Thread* Threads::FindThread(pid_t tid) { in FindThread() function in Threads
Dmain.cpp132 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()
DBranchListFile.cpp147 const ThreadEntry* FindThread(int tid) override { in FindThread() function in simpleperf::ETMThreadTreeWhenRecording
148 const ThreadEntry* thread = thread_tree_.FindThread(tid); in FindThread()
176 return thread_tree_.FindThread(tid); in FindThreadFromProc()
Dthread_tree.h106 virtual ThreadEntry* FindThread(int tid) const;
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_dumprecord.cpp187 const ThreadEntry* FindThread(int tid) override { return thread_tree_.FindThread(tid); } in FindThread() function in simpleperf::__anonb955a9b80111::ETMThreadTreeForDumpCmd
Dcmd_inject.cpp212 const ThreadEntry* FindThread(int tid) override { in FindThread() function in simpleperf::__anon690e1f400111::ETMThreadTreeWithFilter
213 const ThreadEntry* thread = thread_tree_.FindThread(tid); in FindThread()
423 ThreadEntry* thread = thread_tree_.FindThread(sr.tid_data.tid); in ProcessRecord()
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()