Lines Matching refs:aggr_cpu_id

1309 static struct aggr_cpu_id perf_stat__get_socket(struct perf_stat_config *config __maybe_unused,  in perf_stat__get_socket()
1315 static struct aggr_cpu_id perf_stat__get_die(struct perf_stat_config *config __maybe_unused, in perf_stat__get_die()
1321 static struct aggr_cpu_id perf_stat__get_core(struct perf_stat_config *config __maybe_unused, in perf_stat__get_core()
1327 static struct aggr_cpu_id perf_stat__get_node(struct perf_stat_config *config __maybe_unused, in perf_stat__get_node()
1333 static struct aggr_cpu_id perf_stat__get_aggr(struct perf_stat_config *config, in perf_stat__get_aggr()
1336 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_stat__get_aggr()
1345 static struct aggr_cpu_id perf_stat__get_socket_cached(struct perf_stat_config *config, in perf_stat__get_socket_cached()
1351 static struct aggr_cpu_id perf_stat__get_die_cached(struct perf_stat_config *config, in perf_stat__get_die_cached()
1357 static struct aggr_cpu_id perf_stat__get_core_cached(struct perf_stat_config *config, in perf_stat__get_core_cached()
1363 static struct aggr_cpu_id perf_stat__get_node_cached(struct perf_stat_config *config, in perf_stat__get_node_cached()
1482 static struct aggr_cpu_id perf_env__get_socket_aggr_by_cpu(struct perf_cpu cpu, void *data) in perf_env__get_socket_aggr_by_cpu()
1485 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_socket_aggr_by_cpu()
1493 static struct aggr_cpu_id perf_env__get_die_aggr_by_cpu(struct perf_cpu cpu, void *data) in perf_env__get_die_aggr_by_cpu()
1496 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_die_aggr_by_cpu()
1511 static struct aggr_cpu_id perf_env__get_core_aggr_by_cpu(struct perf_cpu cpu, void *data) in perf_env__get_core_aggr_by_cpu()
1514 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_core_aggr_by_cpu()
1530 static struct aggr_cpu_id perf_env__get_node_aggr_by_cpu(struct perf_cpu cpu, void *data) in perf_env__get_node_aggr_by_cpu()
1532 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_node_aggr_by_cpu()
1538 static struct aggr_cpu_id perf_stat__get_socket_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_socket_file()
1543 static struct aggr_cpu_id perf_stat__get_die_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_die_file()
1549 static struct aggr_cpu_id perf_stat__get_core_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_core_file()
1555 static struct aggr_cpu_id perf_stat__get_node_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_node_file()