cpu_cache_level   290 tools/perf/util/env.c void cpu_cache_level__free(struct cpu_cache_level *cache)
cpu_cache_level    67 tools/perf/util/env.h 	struct cpu_cache_level	*caches;
cpu_cache_level   109 tools/perf/util/env.h void cpu_cache_level__free(struct cpu_cache_level *cache);
cpu_cache_level   999 tools/perf/util/header.c 	struct cpu_cache_level *cache_a = (struct cpu_cache_level *)a;
cpu_cache_level  1000 tools/perf/util/header.c 	struct cpu_cache_level *cache_b = (struct cpu_cache_level *)b;
cpu_cache_level  1005 tools/perf/util/header.c static bool cpu_cache_level__cmp(struct cpu_cache_level *a, struct cpu_cache_level *b)
cpu_cache_level  1031 tools/perf/util/header.c static int cpu_cache_level__read(struct cpu_cache_level *cache, u32 cpu, u16 level)
cpu_cache_level  1087 tools/perf/util/header.c static void cpu_cache_level__fprintf(FILE *out, struct cpu_cache_level *c)
cpu_cache_level  1094 tools/perf/util/header.c static int build_caches(struct cpu_cache_level caches[], u32 *cntp)
cpu_cache_level  1104 tools/perf/util/header.c 			struct cpu_cache_level c;
cpu_cache_level  1133 tools/perf/util/header.c 	struct cpu_cache_level caches[max_caches];
cpu_cache_level  1141 tools/perf/util/header.c 	qsort(&caches, cnt, sizeof(struct cpu_cache_level), cpu_cache_level__sort);
cpu_cache_level  1152 tools/perf/util/header.c 		struct cpu_cache_level *c = &caches[i];
cpu_cache_level  2522 tools/perf/util/header.c 	struct cpu_cache_level *caches;
cpu_cache_level  2539 tools/perf/util/header.c 		struct cpu_cache_level c;