Searched refs:FindThreadOrNew (Results 1 - 4 of 4) sorted by relevance

/system/extras/simpleperf/
H A Dthread_tree.cpp62 ThreadEntry* parent = FindThreadOrNew(ppid, ptid);
63 ThreadEntry* child = FindThreadOrNew(pid, tid);
68 ThreadEntry* ThreadTree::FindThreadOrNew(int pid, int tid) { function in class:simpleperf::ThreadTree
113 ThreadEntry* thread = FindThreadOrNew(pid, tid);
H A Dsample_tree.cpp35 const ThreadEntry* thread = thread_tree_->FindThreadOrNew(pid, tid);
49 const ThreadEntry* thread = thread_tree_->FindThreadOrNew(pid, tid);
76 const ThreadEntry* thread = thread_tree_->FindThreadOrNew(pid, tid);
H A Dthread_tree.h69 ThreadEntry* FindThreadOrNew(int pid, int tid);
H A Dcmd_record.cpp692 ThreadEntry* thread = thread_tree_.FindThreadOrNew(r.tid_data.pid, r.tid_data.tid);
836 const ThreadEntry* thread = thread_tree_.FindThreadOrNew(r.tid_data.pid, r.tid_data.tid);

Completed in 72 milliseconds