/system/extras/simpleperf/ |
thread_tree.h | 88 std::unordered_map<int, std::unique_ptr<ThreadEntry>> thread_tree_; member in class:simpleperf::ThreadTree
|
sample_tree.h | 78 : thread_tree_(thread_tree), 142 ThreadTree* thread_tree_; member in class:SampleTree
|
cmd_record.cpp | 179 ThreadTree thread_tree_; member in class:RecordCommand 641 BuildThreadTree(*record, &thread_tree_); 692 ThreadEntry* thread = thread_tree_.FindThreadOrNew(r.tid_data.pid, r.tid_data.tid); 709 thread_tree_.Clear(); 721 BuildThreadTree(*record, &thread_tree_); 836 const ThreadEntry* thread = thread_tree_.FindThreadOrNew(r.tid_data.pid, r.tid_data.tid); 837 const MapEntry* map = thread_tree_.FindMap(thread, r.ip_data.ip, in_kernel);
|
cmd_report.cpp | 282 std::unique_ptr<SampleTree>(new SampleTree(&thread_tree_, compare_sample_callback)); 311 ThreadTree thread_tree_; member in class:ReportCommand 530 thread_tree_.AddThread(0, 0, "swapper"); 538 BuildThreadTree(*record, &thread_tree_);
|