Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Denv.h13 struct cpu_cache_level { struct
61 struct cpu_cache_level *caches;
76 void cpu_cache_level__free(struct cpu_cache_level *cache);
Dheader.c1039 struct cpu_cache_level *cache_a = (struct cpu_cache_level *)a; in cpu_cache_level__sort()
1040 struct cpu_cache_level *cache_b = (struct cpu_cache_level *)b; in cpu_cache_level__sort()
1045 static bool cpu_cache_level__cmp(struct cpu_cache_level *a, struct cpu_cache_level *b) in cpu_cache_level__cmp()
1071 static int cpu_cache_level__read(struct cpu_cache_level *cache, u32 cpu, u16 level) in cpu_cache_level__read()
1127 static void cpu_cache_level__fprintf(FILE *out, struct cpu_cache_level *c) in cpu_cache_level__fprintf()
1132 static int build_caches(struct cpu_cache_level caches[], u32 size, u32 *cntp) in build_caches()
1147 struct cpu_cache_level c; in build_caches()
1181 struct cpu_cache_level caches[MAX_CACHES]; in write_cache()
1189 qsort(&caches, cnt, sizeof(struct cpu_cache_level), cpu_cache_level__sort); in write_cache()
1200 struct cpu_cache_level *c = &caches[i]; in write_cache()
[all …]
Denv.c127 void cpu_cache_level__free(struct cpu_cache_level *cache) in cpu_cache_level__free()