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
464 bool report_per_core_ = false; member in simpleperf::__anon5e11e9640211::StatCommand692 report_per_core_ = options.PullBoolValue("--per-core"); in ParseOptions()742 if (report_per_core_ || report_per_thread_) { in ParseOptions()743 summary_comparator_ = BuildSummaryComparator(sort_keys_, report_per_thread_, report_per_core_); in ParseOptions()913 CounterSummaryBuilder builder(report_per_thread_, report_per_core_, csv_, thread_info_, in ShowCounters()