Home
last modified time | relevance | path

Searched refs:AGGR_GLOBAL (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dstat-display.c46 [AGGR_GLOBAL] = 0,
57 [AGGR_GLOBAL] = ""
68 [AGGR_GLOBAL] = ""
229 case AGGR_GLOBAL: in print_aggr_id_std()
281 case AGGR_GLOBAL: in print_aggr_id_csv()
329 case AGGR_GLOBAL: in print_aggr_id_json()
1273 case AGGR_GLOBAL: in print_header_interval_std()
1566 case AGGR_GLOBAL: in evlist__print_counters()
H A Dstat.c282 if (config->aggr_mode != AGGR_GLOBAL) in evlist__copy_res_stats()
375 if (config->aggr_mode == AGGR_GLOBAL) in evsel__count_has_error()
493 if (config->aggr_mode != AGGR_GLOBAL) in perf_stat_process_counter()
H A Dstat.h48 AGGR_GLOBAL, enumerator
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c153 .aggr_mode = AGGR_GLOBAL,
1453 [AGGR_GLOBAL] = "global",
1576 case AGGR_GLOBAL: in aggr_mode__get_aggr()
1601 case AGGR_GLOBAL: in aggr_mode__get_id()
1872 case AGGR_GLOBAL: in aggr_mode__get_aggr_file()
1897 case AGGR_GLOBAL: in aggr_mode__get_id_file()
2675 if (((stat_config.aggr_mode != AGGR_GLOBAL && in cmd_stat()
/openbmc/linux/tools/perf/arch/x86/util/
H A Diostat.c347 config->aggr_mode = AGGR_GLOBAL; in iostat_prepare()