Searched refs:report_per_core_ (Results 1 – 2 of 2) sorted by relevance
209 report_per_core_(report_per_core), in CounterSummaryBuilder()221 if (report_per_core_) { in AddCountersForOneEventType()232 int cpu = report_per_core_ ? static_cast<int>(pair.first >> 32) : -1; in AddCountersForOneEventType()236 if (report_per_thread_ || report_per_core_) { in AddCountersForOneEventType()253 if ((report_per_thread_ || report_per_core_) && sum.time_running == 0) { in AddSummary()271 if (report_per_core_) { in SortSummaries()290 const bool report_per_core_; variable
459 bool report_per_core_ = false; member in simpleperf::__anon32f9a1060211::StatCommand533 if (cpus_.empty() && !report_per_core_ && (report_per_thread_ || !system_wide_collection_)) { in Run()677 report_per_core_ = options.PullBoolValue("--per-core"); in ParseOptions()726 if (report_per_core_ || report_per_thread_) { in ParseOptions()727 summary_comparator_ = BuildSummaryComparator(sort_keys_, report_per_thread_, report_per_core_); in ParseOptions()834 CounterSummaryBuilder builder(report_per_thread_, report_per_core_, csv_, thread_info_, in ShowCounters()