Home
last modified time | relevance | path

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

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