Lines Matching refs:aggr_cpu_id

1270 static struct aggr_cpu_id aggr_cpu_id__cache(struct perf_cpu cpu, void *data)  in aggr_cpu_id__cache()
1273 struct aggr_cpu_id id; in aggr_cpu_id__cache()
1302 static struct aggr_cpu_id perf_stat__get_socket(struct perf_stat_config *config __maybe_unused, in perf_stat__get_socket()
1308 static struct aggr_cpu_id perf_stat__get_die(struct perf_stat_config *config __maybe_unused, in perf_stat__get_die()
1314 static struct aggr_cpu_id perf_stat__get_cache_id(struct perf_stat_config *config __maybe_unused, in perf_stat__get_cache_id()
1320 static struct aggr_cpu_id perf_stat__get_cluster(struct perf_stat_config *config __maybe_unused, in perf_stat__get_cluster()
1326 static struct aggr_cpu_id perf_stat__get_core(struct perf_stat_config *config __maybe_unused, in perf_stat__get_core()
1332 static struct aggr_cpu_id perf_stat__get_node(struct perf_stat_config *config __maybe_unused, in perf_stat__get_node()
1338 static struct aggr_cpu_id perf_stat__get_global(struct perf_stat_config *config __maybe_unused, in perf_stat__get_global()
1344 static struct aggr_cpu_id perf_stat__get_cpu(struct perf_stat_config *config __maybe_unused, in perf_stat__get_cpu()
1350 static struct aggr_cpu_id perf_stat__get_aggr(struct perf_stat_config *config, in perf_stat__get_aggr()
1353 struct aggr_cpu_id id; in perf_stat__get_aggr()
1366 static struct aggr_cpu_id perf_stat__get_socket_cached(struct perf_stat_config *config, in perf_stat__get_socket_cached()
1372 static struct aggr_cpu_id perf_stat__get_die_cached(struct perf_stat_config *config, in perf_stat__get_die_cached()
1378 static struct aggr_cpu_id perf_stat__get_cluster_cached(struct perf_stat_config *config, in perf_stat__get_cluster_cached()
1384 static struct aggr_cpu_id perf_stat__get_cache_id_cached(struct perf_stat_config *config, in perf_stat__get_cache_id_cached()
1390 static struct aggr_cpu_id perf_stat__get_core_cached(struct perf_stat_config *config, in perf_stat__get_core_cached()
1396 static struct aggr_cpu_id perf_stat__get_node_cached(struct perf_stat_config *config, in perf_stat__get_node_cached()
1402 static struct aggr_cpu_id perf_stat__get_global_cached(struct perf_stat_config *config, in perf_stat__get_global_cached()
1408 static struct aggr_cpu_id perf_stat__get_cpu_cached(struct perf_stat_config *config, in perf_stat__get_cpu_cached()
1491 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_stat_init_aggr_mode()
1525 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()
1528 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_socket_aggr_by_cpu()
1536 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()
1539 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_die_aggr_by_cpu()
1555 u32 cache_level, struct aggr_cpu_id *id) in perf_env__get_cache_id_for_cpu()
1591 static struct aggr_cpu_id perf_env__get_cache_aggr_by_cpu(struct perf_cpu cpu, in perf_env__get_cache_aggr_by_cpu()
1595 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_cache_aggr_by_cpu()
1608 static struct aggr_cpu_id perf_env__get_cluster_aggr_by_cpu(struct perf_cpu cpu, in perf_env__get_cluster_aggr_by_cpu()
1612 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_cluster_aggr_by_cpu()
1623 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()
1626 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_core_aggr_by_cpu()
1642 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()
1645 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_cpu_aggr_by_cpu()
1662 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()
1664 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_node_aggr_by_cpu()
1670 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()
1673 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_global_aggr_by_cpu()
1680 static struct aggr_cpu_id perf_stat__get_socket_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_socket_file()
1685 static struct aggr_cpu_id perf_stat__get_die_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_die_file()
1691 static struct aggr_cpu_id perf_stat__get_cluster_file(struct perf_stat_config *config __maybe_unuse… in perf_stat__get_cluster_file()
1697 static struct aggr_cpu_id perf_stat__get_cache_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_cache_file()
1703 static struct aggr_cpu_id perf_stat__get_core_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_core_file()
1709 static struct aggr_cpu_id perf_stat__get_cpu_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_cpu_file()
1715 static struct aggr_cpu_id perf_stat__get_node_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_node_file()
1721 static struct aggr_cpu_id perf_stat__get_global_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_global_file()
1795 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_stat_init_aggr_mode_file()