Searched refs:report_per_thread_ (Results 1 – 2 of 2) sorted by relevance
208 : report_per_thread_(report_per_thread), in CounterSummaryBuilder()218 if (report_per_thread_) { in AddCountersForOneEventType()231 pid_t tid = report_per_thread_ ? static_cast<pid_t>(pair.first & UINT32_MAX) : 0; 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()258 if (report_per_thread_) { in AddSummary()270 if (report_per_thread_) { in SortSummaries()289 const bool report_per_thread_; variable
465 bool report_per_thread_ = false; member in simpleperf::__anon5e11e9640211::StatCommand518 if (report_per_thread_) { in Run()538 if (report_per_thread_) { in Run()693 report_per_thread_ = options.PullBoolValue("--per-thread"); 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()