Searched refs:cpu_cache_level (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | env.h | 17 struct cpu_cache_level { struct 70 struct cpu_cache_level *caches; 135 void cpu_cache_level__free(struct cpu_cache_level *cache);
|
H A D | header.c | 1033 struct cpu_cache_level *cache_a = (struct cpu_cache_level *)a; in cpu_cache_level__sort() 1034 struct cpu_cache_level *cache_b = (struct cpu_cache_level *)b; in cpu_cache_level__sort() 1039 static bool cpu_cache_level__cmp(struct cpu_cache_level *a, struct cpu_cache_level *b) in cpu_cache_level__cmp() 1065 static int cpu_cache_level__read(struct cpu_cache_level *cache, u32 cpu, u16 level) in cpu_cache_level__read() 1121 static void cpu_cache_level__fprintf(FILE *out, struct cpu_cache_level *c) in cpu_cache_level__fprintf() 1128 static int build_caches(struct cpu_cache_level caches[], u32 *cntp) in build_caches() 1138 struct cpu_cache_level in build_caches() [all...] |
H A D | env.c | 329 void cpu_cache_level__free(struct cpu_cache_level *cache) in cpu_cache_level__free()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | env.h | 18 struct cpu_cache_level { struct 86 struct cpu_cache_level *caches; 159 void cpu_cache_level__free(struct cpu_cache_level *cache);
|
H A D | header.c | 1120 struct cpu_cache_level *cache_a = (struct cpu_cache_level *)a; in cpu_cache_level__sort() 1121 struct cpu_cache_level *cache_b = (struct cpu_cache_level *)b; in cpu_cache_level__sort() 1126 static bool cpu_cache_level__cmp(struct cpu_cache_level *a, struct cpu_cache_level *b) in cpu_cache_level__cmp() 1152 static int cpu_cache_level__read(struct cpu_cache_level *cache, u32 cpu, u16 level) in cpu_cache_level__read() 1208 static void cpu_cache_level__fprintf(FILE *out, struct cpu_cache_level *c) in cpu_cache_level__fprintf() 1219 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp) in build_caches_for_cpu() 1224 struct cpu_cache_level in build_caches_for_cpu() [all...] |
H A D | header.h | 185 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp);
|
H A D | env.c | 416 void cpu_cache_level__free(struct cpu_cache_level *cache) in cpu_cache_level__free()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-stat.c | 1341 struct cpu_cache_level caches[MAX_CACHE_LVL]; in cpu__get_cache_details() 1350 * If caches_cnt is not 0, cpu_cache_level data in cpu__get_cache_details() 1394 * Free all the allocated cpu_cache_level data. in cpu__get_cache_details() 1690 struct cpu_cache_level *caches = env->caches; in perf_env__get_cache_id_for_cpu()
|
Completed in 13 milliseconds