Home
last modified time | relevance | path

Searched refs:build_caches_for_cpu (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dheader.h185 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp);
H A Dheader.c1219 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp) in build_caches_for_cpu() function
1257 int ret = build_caches_for_cpu(cpu, caches, &cnt); in build_caches()
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c1369 ret = build_caches_for_cpu(cpu.cpu, caches, &caches_cnt); in cpu__get_cache_details()