Lines Matching refs:aggr_cpu_id
1408 static struct aggr_cpu_id aggr_cpu_id__cache(struct perf_cpu cpu, void *data) in aggr_cpu_id__cache()
1411 struct aggr_cpu_id id; in aggr_cpu_id__cache()
1439 static struct aggr_cpu_id perf_stat__get_socket(struct perf_stat_config *config __maybe_unused, in perf_stat__get_socket()
1445 static struct aggr_cpu_id perf_stat__get_die(struct perf_stat_config *config __maybe_unused, in perf_stat__get_die()
1451 static struct aggr_cpu_id perf_stat__get_cache_id(struct perf_stat_config *config __maybe_unused, in perf_stat__get_cache_id()
1457 static struct aggr_cpu_id perf_stat__get_core(struct perf_stat_config *config __maybe_unused, in perf_stat__get_core()
1463 static struct aggr_cpu_id perf_stat__get_node(struct perf_stat_config *config __maybe_unused, in perf_stat__get_node()
1469 static struct aggr_cpu_id perf_stat__get_global(struct perf_stat_config *config __maybe_unused, in perf_stat__get_global()
1475 static struct aggr_cpu_id perf_stat__get_cpu(struct perf_stat_config *config __maybe_unused, in perf_stat__get_cpu()
1481 static struct aggr_cpu_id perf_stat__get_aggr(struct perf_stat_config *config, in perf_stat__get_aggr()
1484 struct aggr_cpu_id id; in perf_stat__get_aggr()
1497 static struct aggr_cpu_id perf_stat__get_socket_cached(struct perf_stat_config *config, in perf_stat__get_socket_cached()
1503 static struct aggr_cpu_id perf_stat__get_die_cached(struct perf_stat_config *config, in perf_stat__get_die_cached()
1509 static struct aggr_cpu_id perf_stat__get_cache_id_cached(struct perf_stat_config *config, in perf_stat__get_cache_id_cached()
1515 static struct aggr_cpu_id perf_stat__get_core_cached(struct perf_stat_config *config, in perf_stat__get_core_cached()
1521 static struct aggr_cpu_id perf_stat__get_node_cached(struct perf_stat_config *config, in perf_stat__get_node_cached()
1527 static struct aggr_cpu_id perf_stat__get_global_cached(struct perf_stat_config *config, in perf_stat__get_global_cached()
1533 static struct aggr_cpu_id perf_stat__get_cpu_cached(struct perf_stat_config *config, in perf_stat__get_cpu_cached()
1612 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_stat_init_aggr_mode()
1656 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()
1659 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_socket_aggr_by_cpu()
1667 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()
1670 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_die_aggr_by_cpu()
1686 u32 cache_level, struct aggr_cpu_id *id) in perf_env__get_cache_id_for_cpu()
1722 static struct aggr_cpu_id perf_env__get_cache_aggr_by_cpu(struct perf_cpu cpu, in perf_env__get_cache_aggr_by_cpu()
1726 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_cache_aggr_by_cpu()
1739 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()
1742 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_core_aggr_by_cpu()
1758 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()
1761 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_cpu_aggr_by_cpu()
1778 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()
1780 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_node_aggr_by_cpu()
1786 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()
1789 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_env__get_global_aggr_by_cpu()
1796 static struct aggr_cpu_id perf_stat__get_socket_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_socket_file()
1801 static struct aggr_cpu_id perf_stat__get_die_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_die_file()
1807 static struct aggr_cpu_id perf_stat__get_cache_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_cache_file()
1813 static struct aggr_cpu_id perf_stat__get_core_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_core_file()
1819 static struct aggr_cpu_id perf_stat__get_cpu_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_cpu_file()
1825 static struct aggr_cpu_id perf_stat__get_node_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_node_file()
1831 static struct aggr_cpu_id perf_stat__get_global_file(struct perf_stat_config *config __maybe_unused, in perf_stat__get_global_file()
1901 struct aggr_cpu_id id = aggr_cpu_id__empty(); in perf_stat_init_aggr_mode_file()