Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-stat.c478 case AGGR_THREAD: in aggr_printout()
783 case AGGR_THREAD: in print_interval()
860 case AGGR_THREAD: in print_counters()
988 "aggregate counts per thread", AGGR_THREAD),
1064 case AGGR_THREAD: in perf_stat_init_aggr_mode()
1333 if ((stat_config.aggr_mode == AGGR_THREAD) && !target__has_task(&target)) { in cmd_stat()
1346 stat_config.aggr_mode != AGGR_THREAD) || nr_cgroups) && in cmd_stat()
1379 if (stat_config.aggr_mode == AGGR_THREAD) in cmd_stat()
/linux-4.4.14/tools/perf/util/
Dstat.h33 AGGR_THREAD, enumerator
Dstat.c259 case AGGR_THREAD: in process_counter_values()