Symbol: cpu_cache_level
tools/perf/builtin-stat.c
1302
struct cpu_cache_level caches[MAX_CACHE_LVL];
tools/perf/builtin-stat.c
1655
struct cpu_cache_level *caches = env->caches;
tools/perf/util/env.c
584
void cpu_cache_level__free(struct cpu_cache_level *cache)
tools/perf/util/env.h
112
struct cpu_cache_level *caches;
tools/perf/util/env.h
187
void cpu_cache_level__free(struct cpu_cache_level *cache);
tools/perf/util/header.c
1108
struct cpu_cache_level *cache_a = (struct cpu_cache_level *)a;
tools/perf/util/header.c
1109
struct cpu_cache_level *cache_b = (struct cpu_cache_level *)b;
tools/perf/util/header.c
1114
static bool cpu_cache_level__cmp(struct cpu_cache_level *a, struct cpu_cache_level *b)
tools/perf/util/header.c
1140
static int cpu_cache_level__read(struct cpu_cache_level *cache, u32 cpu, u16 level)
tools/perf/util/header.c
1196
static void cpu_cache_level__fprintf(FILE *out, struct cpu_cache_level *c)
tools/perf/util/header.c
1207
int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp)
tools/perf/util/header.c
1212
struct cpu_cache_level c;
tools/perf/util/header.c
1238
static int build_caches(struct cpu_cache_level caches[], u32 *cntp)
tools/perf/util/header.c
1258
struct cpu_cache_level caches[max_caches];
tools/perf/util/header.c
1266
qsort(&caches, cnt, sizeof(struct cpu_cache_level), cpu_cache_level__sort);
tools/perf/util/header.c
1277
struct cpu_cache_level *c = &caches[i];
tools/perf/util/header.c
3104
struct cpu_cache_level *caches;
tools/perf/util/header.c
3121
struct cpu_cache_level *c = &caches[i];
tools/perf/util/header.h
203
int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp);