Lines Matching refs:aggr_cpu_id

1282 static struct aggr_cpu_id aggr_cpu_id__cache(struct perf_cpu cpu, void *data)  in aggr_cpu_id__cache()
1285 struct aggr_cpu_id id; in aggr_cpu_id__cache()
1314 static struct aggr_cpu_id perf_stat__get_socket(struct perf_stat_config *config __maybe_unused, in perf_stat__get_socket()
1320 static struct aggr_cpu_id perf_stat__get_die(struct perf_stat_config *config __maybe_unused, in perf_stat__get_die()
1326 static struct aggr_cpu_id perf_stat__get_cache_id(struct perf_stat_config *config __maybe_unused, in perf_stat__get_cache_id()
1332 static struct aggr_cpu_id perf_stat__get_cluster(struct perf_stat_config *config __maybe_unused, in perf_stat__get_cluster()
1338 static struct aggr_cpu_id perf_stat__get_core(struct perf_stat_config *config __maybe_unused, in perf_stat__get_core()
1344 static struct aggr_cpu_id perf_stat__get_node(struct perf_stat_config *config __maybe_unused, in perf_stat__get_node()
1350 static struct aggr_cpu_id perf_stat__get_global(struct perf_stat_config *config __maybe_unused, in perf_stat__get_global()
1356 static struct aggr_cpu_id perf_stat__get_cpu(struct perf_stat_config *config __maybe_unused, in perf_stat__get_cpu()
1362 static struct aggr_cpu_id perf_stat__get_aggr(struct perf_stat_config *config, in perf_stat__get_aggr()
1365 struct aggr_cpu_id id; in perf_stat__get_aggr()
1378 static struct aggr_cpu_id perf_stat__get_socket_cached(struct perf_stat_config *config, in perf_stat__get_socket_cached()
1384 static struct aggr_cpu_id perf_stat__get_die_cached(struct perf_stat_config *config, in perf_stat__get_die_cached()
1390 static struct aggr_cpu_id perf_stat__get_cluster_cached(struct perf_stat_config *config, in perf_stat__get_cluster_cached()
1396 static struct aggr_cpu_id perf_stat__get_cache_id_cached(struct perf_stat_config *config, in perf_stat__get_cache_id_cached()
1402 static struct aggr_cpu_id perf_stat__get_core_cached(struct perf_stat_config *config, in perf_stat__get_core_cached()
1408 static struct aggr_cpu_id perf_stat__get_node_cached(struct perf_stat_config *config, in perf_stat__get_node_cached()
1414 static struct aggr_cpu_id perf_stat__get_global_cached(struct perf_stat_config *config, in perf_stat__get_global_cached()
1420 static struct aggr_cpu_id perf_stat__get_cpu_cached(struct perf_stat_config *config, in perf_stat__get_cpu_cached()
1503 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_stat_init_aggr_mode()
1534 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()
1537 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_socket_aggr_by_cpu()
1545 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()
1548 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_die_aggr_by_cpu()
1564 u32 cache_level, struct aggr_cpu_id *id) in perf_env__get_cache_id_for_cpu()
1600 static struct aggr_cpu_id perf_env__get_cache_aggr_by_cpu(struct perf_cpu cpu, in perf_env__get_cache_aggr_by_cpu()
1604 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_cache_aggr_by_cpu()
1617 static struct aggr_cpu_id perf_env__get_cluster_aggr_by_cpu(struct perf_cpu cpu, in perf_env__get_cluster_aggr_by_cpu()
1621 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_cluster_aggr_by_cpu()
1632 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()
1635 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_core_aggr_by_cpu()
1651 static struct aggr_cpu_id perf_env__get_cpu_aggr_by_cpu(struct perf_cpu cpu, void *data) in perf_env__get_cpu_aggr_by_cpu()
1654 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_cpu_aggr_by_cpu()
1671 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()
1673 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_node_aggr_by_cpu()
1679 static struct aggr_cpu_id perf_env__get_global_aggr_by_cpu(struct perf_cpu cpu __maybe_unused, in perf_env__get_global_aggr_by_cpu()
1682 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_global_aggr_by_cpu()
1689 static struct aggr_cpu_id perf_stat__get_socket_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_socket_file()
1694 static struct aggr_cpu_id perf_stat__get_die_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_die_file()
1700 static struct aggr_cpu_id perf_stat__get_cluster_file(struct perf_stat_config *config __maybe_unuse… in perf_stat__get_cluster_file()
1706 static struct aggr_cpu_id perf_stat__get_cache_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_cache_file()
1712 static struct aggr_cpu_id perf_stat__get_core_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_core_file()
1718 static struct aggr_cpu_id perf_stat__get_cpu_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_cpu_file()
1724 static struct aggr_cpu_id perf_stat__get_node_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_node_file()
1730 static struct aggr_cpu_id perf_stat__get_global_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_global_file()
1804 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_stat_init_aggr_mode_file()