Home
last modified time | relevance | path

Searched refs:AGGR_THREAD (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/tools/perf/util/
Dstat-display.c130 case AGGR_THREAD: in aggr_printout()
436 [AGGR_THREAD] = 1, in printout()
962 [AGGR_THREAD] = 24,
971 [AGGR_THREAD] = "comm-pid,",
1058 case AGGR_THREAD: in print_interval()
1288 case AGGR_THREAD: in evlist__print_counters()
Dstat.h57 AGGR_THREAD, enumerator
Dstat.c374 case AGGR_THREAD: in process_counter_values()
388 if (config->aggr_mode == AGGR_THREAD) { in process_counter_values()
/Linux-v5.15/tools/perf/
Dbuiltin-stat.c1249 "aggregate counts per thread", AGGR_THREAD),
1423 case AGGR_THREAD: in perf_stat_init_aggr_mode()
1619 case AGGR_THREAD: in perf_stat_init_aggr_mode_file()
2280 if (stat_config.metric_only && stat_config.aggr_mode == AGGR_THREAD) { in cmd_stat()
2372 if ((stat_config.aggr_mode == AGGR_THREAD) && in cmd_stat()
2389 stat_config.aggr_mode != AGGR_THREAD) || in cmd_stat()
2434 if ((stat_config.aggr_mode == AGGR_THREAD) && (target.system_wide)) in cmd_stat()
2462 if (stat_config.aggr_mode == AGGR_THREAD) { in cmd_stat()