Searched refs:perf_stat__get_aggr (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/ |
H A D | builtin-stat.c | 1503 static struct aggr_cpu_id perf_stat__get_aggr(struct perf_stat_config *config, in perf_stat__get_aggr() function 1522 return perf_stat__get_aggr(config, perf_stat__get_socket, cpu); in perf_stat__get_socket_cached() 1528 return perf_stat__get_aggr(config, perf_stat__get_die, cpu); in perf_stat__get_die_cached() 1534 return perf_stat__get_aggr(config, perf_stat__get_cache_id, cpu); in perf_stat__get_cache_id_cached() 1540 return perf_stat__get_aggr(config, perf_stat__get_core, cpu); in perf_stat__get_core_cached() 1546 return perf_stat__get_aggr(config, perf_stat__get_node, cpu); in perf_stat__get_node_cached() 1552 return perf_stat__get_aggr(config, perf_stat__get_global, cpu); in perf_stat__get_global_cached() 1558 return perf_stat__get_aggr(config, perf_stat__get_cpu, cpu); in perf_stat__get_cpu_cached()
|