Searched refs:report_per_thread_ (Results 1 – 2 of 2) sorted by relevance
187 : report_per_thread_(report_per_thread), in CounterSummaryBuilder()197 if (report_per_thread_) { in AddCountersForOneEventType()210 pid_t tid = report_per_thread_ ? static_cast<pid_t>(pair.first & UINT32_MAX) : 0; in AddCountersForOneEventType()215 if (report_per_thread_ || report_per_core_) { in AddCountersForOneEventType()232 if ((report_per_thread_ || report_per_core_) && sum.time_running == 0) { in AddSummary()237 if (report_per_thread_) { in AddSummary()249 if (report_per_thread_) { in SortSummaries()268 const bool report_per_thread_; variable
485 bool report_per_thread_ = false; member in simpleperf::__anon3ff1e7bf0211::StatCommand539 if (report_per_thread_) { in Run()559 if (report_per_thread_) { in Run()695 report_per_thread_ = options.PullBoolValue("--per-thread"); in ParseOptions()784 if (report_per_core_ || report_per_thread_) { in ParseOptions()785 summary_comparator_ = BuildSummaryComparator(sort_keys_, report_per_thread_, report_per_core_); in ParseOptions()958 CounterSummaryBuilder builder(report_per_thread_, report_per_core_, csv_, thread_info_, in ShowCounters()