Home
last modified time | relevance | path

Searched refs:cpu_cache_level (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/tools/perf/util/
Denv.h19 struct cpu_cache_level { struct
94 struct cpu_cache_level *caches;
168 void cpu_cache_level__free(struct cpu_cache_level *cache);
Dheader.c1090 struct cpu_cache_level *cache_a = (struct cpu_cache_level *)a; in cpu_cache_level__sort()
1091 struct cpu_cache_level *cache_b = (struct cpu_cache_level *)b; in cpu_cache_level__sort()
1096 static bool cpu_cache_level__cmp(struct cpu_cache_level *a, struct cpu_cache_level *b) in cpu_cache_level__cmp()
1122 static int cpu_cache_level__read(struct cpu_cache_level *cache, u32 cpu, u16 level) in cpu_cache_level__read()
1178 static void cpu_cache_level__fprintf(FILE *out, struct cpu_cache_level *c) in cpu_cache_level__fprintf()
1189 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp) in build_caches_for_cpu()
1194 struct cpu_cache_level c; in build_caches_for_cpu()
1220 static int build_caches(struct cpu_cache_level caches[], u32 *cntp) in build_caches()
1240 struct cpu_cache_level caches[max_caches]; in write_cache()
1248 qsort(&caches, cnt, sizeof(struct cpu_cache_level), cpu_cache_level__sort); in write_cache()
[all …]
Dheader.h198 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp);
Denv.c429 void cpu_cache_level__free(struct cpu_cache_level *cache) in cpu_cache_level__free()
/linux-6.14.4/tools/perf/
Dbuiltin-stat.c1219 struct cpu_cache_level caches[MAX_CACHE_LVL]; in cpu__get_cache_details()
1575 struct cpu_cache_level *caches = env->caches; in perf_env__get_cache_id_for_cpu()