Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dheader.h198 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp);
H A Dheader.c1190 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp) in build_caches_for_cpu() function
1228 int ret = build_caches_for_cpu(cpu, caches, &cnt); in build_caches()
/linux-6.15/tools/perf/
H A Dbuiltin-stat.c1225 ret = build_caches_for_cpu(cpu.cpu, caches, &caches_cnt); in cpu__get_cache_details()