Searched refs:FindThreadOrNew (Results 1 – 12 of 12) sorted by relevance
/system/extras/simpleperf/ |
D | thread_tree_test.cpp | 39 ThreadEntry* thread = thread_tree_.FindThreadOrNew(0, 0); in CheckMaps() 70 auto thread = thread_tree_.FindThreadOrNew(pid, tid); in FindSymbol() 110 ThreadEntry* thread = thread_tree_.FindThreadOrNew(0, 0); in TEST_F()
|
D | thread_tree.cpp | 45 ThreadEntry* thread = FindThreadOrNew(pid, tid); in SetThreadName() 53 ThreadEntry* parent = FindThreadOrNew(ppid, ptid); in ForkThread() 54 ThreadEntry* child = FindThreadOrNew(pid, tid); in ForkThread() 76 ThreadEntry* ThreadTree::FindThreadOrNew(int pid, int tid) { in FindThreadOrNew() function in simpleperf::ThreadTree 95 ThreadEntry* process = FindThreadOrNew(pid, pid); in CreateThread() 160 ThreadEntry* thread = FindThreadOrNew(pid, tid); in AddThreadMap() 213 auto thread = FindThreadOrNew(pid, pid); in AddSymbolsForProcess()
|
D | thread_tree.h | 106 ThreadEntry* FindThreadOrNew(int pid, int tid);
|
D | cmd_monitor.cpp | 565 ThreadEntry* thread = thread_tree_.FindThreadOrNew(pid, tid); in GetSymbolInfo() 602 ThreadEntry* thread = thread_tree_.FindThreadOrNew(r.tid_data.pid, r.tid_data.tid); in UnwindRecord()
|
D | sample_tree_test.cpp | 66 const ThreadEntry* thread = thread_tree_->FindThreadOrNew(pid, tid); in AddSample()
|
D | cmd_report.cpp | 167 const ThreadEntry* thread = thread_tree_->FindThreadOrNew(r.tid_data.pid, r.tid_data.tid); in CreateSample() 178 const ThreadEntry* thread = thread_tree_->FindThreadOrNew(r.tid_data.pid, r.tid_data.tid); in CreateBranchSample() 214 return thread_tree_->FindThreadOrNew(sample->pid, sample->tid); in GetThreadOfSample()
|
D | cmd_debug_unwind.cpp | 276 ThreadEntry* thread = thread_tree_.FindThreadOrNew(r.tid_data.pid, r.tid_data.tid); in UnwindRecord() 524 ThreadEntry* thread = thread_tree_.FindThreadOrNew(sr.tid_data.pid, sr.tid_data.tid); in ReportUnwindingResult()
|
D | cmd_report_sample.cpp | 561 const ThreadEntry* thread = thread_tree_.FindThreadOrNew(r.tid_data.pid, r.tid_data.tid); in ProcessSampleRecord() 761 const char* thread_name = thread_tree_.FindThreadOrNew(r.tid_data.pid, r.tid_data.tid)->comm; in PrintSampleRecord()
|
D | report_lib_interface.cpp | 262 current_thread_ = thread_tree_.FindThreadOrNew(r.tid_data.pid, r.tid_data.tid); in SetCurrentSample()
|
D | cmd_dumprecord.cpp | 412 ThreadEntry* thread = thread_tree_.FindThreadOrNew(pid, tid); in GetSymbolInfo()
|
D | cmd_record.cpp | 1574 ThreadEntry* thread = thread_tree_.FindThreadOrNew(r.tid_data.pid, r.tid_data.tid); in UnwindRecord() 1966 const ThreadEntry* thread = thread_tree_.FindThreadOrNew(r.tid_data.pid, r.tid_data.tid); in CollectHitFileInfo()
|
D | cmd_record_test.cpp | 876 ThreadEntry* thread = thread_tree.FindThreadOrNew(sample->tid_data.pid, sample->tid_data.tid); in TEST()
|