Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/
Dbuiltin-stat.c1144 "aggregate counts per thread", AGGR_THREAD),
1307 case AGGR_THREAD: in perf_stat_init_aggr_mode()
1497 case AGGR_THREAD: in perf_stat_init_aggr_mode_file()
2112 if (stat_config.metric_only && stat_config.aggr_mode == AGGR_THREAD) { in cmd_stat()
2198 if ((stat_config.aggr_mode == AGGR_THREAD) && in cmd_stat()
2215 stat_config.aggr_mode != AGGR_THREAD) || nr_cgroups) && in cmd_stat()
2244 if ((stat_config.aggr_mode == AGGR_THREAD) && (target.system_wide)) in cmd_stat()
2266 if (stat_config.aggr_mode == AGGR_THREAD) { in cmd_stat()
/Linux-v5.10/tools/perf/util/
Dstat-display.c127 case AGGR_THREAD: in aggr_printout()
424 [AGGR_THREAD] = 1, in printout()
904 [AGGR_THREAD] = 24,
913 [AGGR_THREAD] = "comm-pid,",
996 case AGGR_THREAD: in print_interval()
1222 case AGGR_THREAD: in perf_evlist__print_counters()
Dstat.h52 AGGR_THREAD, enumerator
Dstat.c342 case AGGR_THREAD: in process_counter_values()
356 if (config->aggr_mode == AGGR_THREAD) { in process_counter_values()