Home | History | Annotate | Download | only in simpleperf

Lines Matching defs:sample_tree_

73       : Displayable("Children"), sample_tree_(sample_tree) {
78 uint64_t total_period = sample_tree_.TotalPeriod();
84 const SampleTree& sample_tree_;
90 : Displayable(name), sample_tree_(sample_tree) {
95 uint64_t total_period = sample_tree_.TotalPeriod();
101 const SampleTree& sample_tree_;
281 sample_tree_ =
312 std::unique_ptr<SampleTree> sample_tree_;
456 std::unique_ptr<Displayable>(new SelfOverheadItem(*sample_tree_, "Overhead")));
459 std::unique_ptr<Displayable>(new AccumulatedOverheadItem(*sample_tree_)));
460 displayable_items_.push_back(std::unique_ptr<Displayable>(new SelfOverheadItem(*sample_tree_)));
511 sample_tree_->SetFilters(pid_filter, tid_filter, comm_filter, dso_filter);
548 sample_tree_->AddBranchSample(r.tid_data.pid, r.tid_data.tid, item.from, item.to,
554 SampleEntry* sample = sample_tree_->AddSample(r.tid_data.pid, r.tid_data.tid, r.ip_data.ip,
604 sample_tree_->AddCallChainSample(r.tid_data.pid, r.tid_data.tid, ip, r.time_data.time,
623 sample_tree_->InsertCallChainForSample(sample, callchain, r.period_data.period);
678 sample_tree_->VisitAllSamples(
700 fprintf(report_fp_, "Samples: %" PRIu64 " of event '%s'\n", sample_tree_->TotalSamples(),
702 fprintf(report_fp_, "Event count: %" PRIu64 "\n\n", sample_tree_->TotalPeriod());
706 sample_tree_->VisitAllSamples(