Searched refs:perf_stat__get_aggr (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/ |
H A D | builtin-stat.c | 1481 static struct aggr_cpu_id perf_stat__get_aggr(struct perf_stat_config *config, in perf_stat__get_aggr() function 1500 return perf_stat__get_aggr(config, perf_stat__get_socket, cpu); in perf_stat__get_socket_cached() 1506 return perf_stat__get_aggr(config, perf_stat__get_die, cpu); in perf_stat__get_die_cached() 1512 return perf_stat__get_aggr(config, perf_stat__get_cache_id, cpu); in perf_stat__get_cache_id_cached() 1518 return perf_stat__get_aggr(config, perf_stat__get_core, cpu); in perf_stat__get_core_cached() 1524 return perf_stat__get_aggr(config, perf_stat__get_node, cpu); in perf_stat__get_node_cached() 1530 return perf_stat__get_aggr(config, perf_stat__get_global, cpu); in perf_stat__get_global_cached() 1536 return perf_stat__get_aggr(config, perf_stat__get_cpu, cpu); in perf_stat__get_cpu_cached()
|