Lines Matching refs:aggr_cpu_id
1301 static struct aggr_cpu_id perf_stat__get_socket(struct perf_stat_config *config __maybe_unused, in perf_stat__get_socket()
1307 static struct aggr_cpu_id perf_stat__get_die(struct perf_stat_config *config __maybe_unused, in perf_stat__get_die()
1313 static struct aggr_cpu_id perf_stat__get_core(struct perf_stat_config *config __maybe_unused, in perf_stat__get_core()
1319 static struct aggr_cpu_id perf_stat__get_node(struct perf_stat_config *config __maybe_unused, in perf_stat__get_node()
1325 static struct aggr_cpu_id perf_stat__get_aggr(struct perf_stat_config *config, in perf_stat__get_aggr()
1329 struct aggr_cpu_id id = cpu_map__empty_aggr_cpu_id(); in perf_stat__get_aggr()
1343 static struct aggr_cpu_id perf_stat__get_socket_cached(struct perf_stat_config *config, in perf_stat__get_socket_cached()
1349 static struct aggr_cpu_id perf_stat__get_die_cached(struct perf_stat_config *config, in perf_stat__get_die_cached()
1355 static struct aggr_cpu_id perf_stat__get_core_cached(struct perf_stat_config *config, in perf_stat__get_core_cached()
1361 static struct aggr_cpu_id perf_stat__get_node_cached(struct perf_stat_config *config, in perf_stat__get_node_cached()
1477 static struct aggr_cpu_id perf_env__get_socket(struct perf_cpu_map *map, int idx, void *data) in perf_env__get_socket()
1481 struct aggr_cpu_id id = cpu_map__empty_aggr_cpu_id(); in perf_env__get_socket()
1489 static struct aggr_cpu_id perf_env__get_die(struct perf_cpu_map *map, int idx, void *data) in perf_env__get_die()
1492 struct aggr_cpu_id id = cpu_map__empty_aggr_cpu_id(); in perf_env__get_die()
1508 static struct aggr_cpu_id perf_env__get_core(struct perf_cpu_map *map, int idx, void *data) in perf_env__get_core()
1511 struct aggr_cpu_id id = cpu_map__empty_aggr_cpu_id(); in perf_env__get_core()
1528 static struct aggr_cpu_id perf_env__get_node(struct perf_cpu_map *map, int idx, void *data) in perf_env__get_node()
1531 struct aggr_cpu_id id = cpu_map__empty_aggr_cpu_id(); in perf_env__get_node()
1561 static struct aggr_cpu_id perf_stat__get_socket_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_socket_file()
1566 static struct aggr_cpu_id perf_stat__get_die_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_die_file()
1572 static struct aggr_cpu_id perf_stat__get_core_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_core_file()
1578 static struct aggr_cpu_id perf_stat__get_node_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_node_file()