Symbol: cpu_cache_level
tools/perf/builtin-stat.c
1317
struct cpu_cache_level caches[MAX_CACHE_LVL];
tools/perf/builtin-stat.c
1672
struct cpu_cache_level *caches = env->caches;
tools/perf/util/env.c
637
void cpu_cache_level__free(struct cpu_cache_level *cache)
tools/perf/util/env.h
111
struct cpu_cache_level *caches;
tools/perf/util/env.h
204
void cpu_cache_level__free(struct cpu_cache_level *cache);
tools/perf/util/header.c
1201
struct cpu_cache_level *cache_a = (struct cpu_cache_level *)a;
tools/perf/util/header.c
1202
struct cpu_cache_level *cache_b = (struct cpu_cache_level *)b;
tools/perf/util/header.c
1207
static bool cpu_cache_level__cmp(struct cpu_cache_level *a, struct cpu_cache_level *b)
tools/perf/util/header.c
1233
static int cpu_cache_level__read(struct cpu_cache_level *cache, u32 cpu, u16 level)
tools/perf/util/header.c
1289
static void cpu_cache_level__fprintf(FILE *out, struct cpu_cache_level *c)
tools/perf/util/header.c
1300
int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp)
tools/perf/util/header.c
1305
struct cpu_cache_level c;
tools/perf/util/header.c
1331
static int build_caches(struct cpu_cache_level caches[], u32 *cntp)
tools/perf/util/header.c
1351
struct cpu_cache_level caches[max_caches];
tools/perf/util/header.c
1359
qsort(&caches, cnt, sizeof(struct cpu_cache_level), cpu_cache_level__sort);
tools/perf/util/header.c
1370
struct cpu_cache_level *c = &caches[i];
tools/perf/util/header.c
3431
struct cpu_cache_level *caches;
tools/perf/util/header.c
3460
struct cpu_cache_level *c = &caches[i];
tools/perf/util/header.h
208
int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp);