Searched refs:AGGR_CORE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A D | stat.c | 36 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 D | stat-display.c | 39 [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() 1256 case AGGR_CORE: in print_header_interval_std() 1555 case AGGR_CORE: in evlist__print_counters()
|
H A D | stat.h | 52 AGGR_CORE, enumerator
|
/openbmc/linux/tools/perf/ |
H A D | builtin-stat.c | 1266 "aggregate counts per physical processor core", AGGR_CORE), 1450 [AGGR_CORE] = "core", 1570 case AGGR_CORE: in aggr_mode__get_aggr() 1595 case AGGR_CORE: in aggr_mode__get_id() 1868 case AGGR_CORE: in aggr_mode__get_aggr_file() 1893 case AGGR_CORE: in aggr_mode__get_id_file() 2427 "aggregate counts per physical processor core", AGGR_CORE), in __cmd_report()
|