Lines Matching refs:thread_tree_
123 callchain_report_builder_(thread_tree_) {} in RecordFileProcessor()
149 reader_->LoadBuildIdAndFileFeatures(thread_tree_); in ProcessFile()
200 ThreadTree thread_tree_; member in simpleperf::__anonc541a1a50111::RecordFileProcessor
251 thread_tree_.Update(*r); in ProcessRecord()
276 ThreadEntry* thread = thread_tree_.FindThreadOrNew(r.tid_data.pid, r.tid_data.tid); in UnwindRecord()
367 thread_tree_.Update(*r); in ProcessRecord()
387 ThreadEntry* thread = thread_tree_.FindThread(r.tid_data.tid); in WriteMapsForSample()
395 const MapEntry* map = thread_tree_.FindMap(thread, ips[i], false); in WriteMapsForSample()
396 if (!thread_tree_.IsUnknownDso(map->dso)) { in WriteMapsForSample()
511 thread_tree_.Update(*r); in ProcessRecord()
524 ThreadEntry* thread = thread_tree_.FindThreadOrNew(sr.tid_data.pid, sr.tid_data.tid); in ReportUnwindingResult()