Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/tests/
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()
/Linux-v6.1/tools/perf/
Dbuiltin-stat.c1240 "aggregate counts per physical processor core", AGGR_CORE),
1299 [AGGR_CORE] = "core",
1388 case AGGR_CORE: in aggr_mode__get_aggr()
1413 case AGGR_CORE: in aggr_mode__get_id()
1568 case AGGR_CORE: in aggr_mode__get_aggr_file()
1589 case AGGR_CORE: in aggr_mode__get_id_file()
1853 stat_config.aggr_mode != AGGR_CORE) { in add_default_attributes()
1857 stat_config.aggr_mode = AGGR_CORE; in add_default_attributes()
2126 "aggregate counts per physical processor core", AGGR_CORE), in __cmd_report()
/Linux-v6.1/tools/perf/util/
Dstat-display.c95 case AGGR_CORE: in aggr_printout()
559 [AGGR_CORE] = 2, in printout()
1122 [AGGR_CORE] = 24,
1132 [AGGR_CORE] = "core,cpus,",
1231 case AGGR_CORE: in print_interval()
1479 case AGGR_CORE: in evlist__print_counters()
Dstat.h56 AGGR_CORE, enumerator
Dstat.c378 case AGGR_CORE: in process_counter_values()