Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dstat.c36 TEST_ASSERT_VAL("wrong aggr_mode", HAS(AGGR_MODE, AGGR_CORE)); in process_stat_config_event()
44 TEST_ASSERT_VAL("wrong aggr_mode", stat_config.aggr_mode == AGGR_CORE); in process_stat_config_event()
54 .aggr_mode = AGGR_CORE, in test__synthesize_stat_config()
/openbmc/linux/tools/perf/util/
H A Dstat-display.c39 [AGGR_CORE] = 18,
50 [AGGR_CORE] = "core,cpus,",
61 [AGGR_CORE] = "core",
197 case AGGR_CORE: in print_aggr_id_std()
218 aggr_header_lens[AGGR_CORE], buf); in print_aggr_id_std()
246 case AGGR_CORE: in print_aggr_id_csv()
295 case AGGR_CORE: in print_aggr_id_json()
1255 case AGGR_CORE: in print_header_interval_std()
1554 case AGGR_CORE: in evlist__print_counters()
H A Dstat.h52 AGGR_CORE, enumerator
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c1244 "aggregate counts per physical processor core", AGGR_CORE),
1428 [AGGR_CORE] = "core",
1548 case AGGR_CORE: in aggr_mode__get_aggr()
1573 case AGGR_CORE: in aggr_mode__get_id()
1846 case AGGR_CORE: in aggr_mode__get_aggr_file()
1871 case AGGR_CORE: in aggr_mode__get_id_file()
2405 "aggregate counts per physical processor core", AGGR_CORE), in __cmd_report()