Home
last modified time | relevance | path

Searched refs:report_per_thread_ (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dcmd_stat_impl.h208 : 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
Dcmd_stat.cpp460 bool report_per_thread_ = false; member in simpleperf::__anon32f9a1060211::StatCommand
508 if (report_per_thread_) { in Run()
528 if (report_per_thread_) { in Run()
533 if (cpus_.empty() && !report_per_core_ && (report_per_thread_ || !system_wide_collection_)) { in Run()
678 report_per_thread_ = options.PullBoolValue("--per-thread"); 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()
868 } else if (report_per_thread_) { in ShowCounters()