Home
last modified time | relevance | path

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

/tools/perf/util/
A Denv.h19 struct cpu_cache_level { struct
94 struct cpu_cache_level *caches;
167 void cpu_cache_level__free(struct cpu_cache_level *cache);
A Dheader.h199 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp);
A Dheader.c1099 struct cpu_cache_level *cache_a = (struct cpu_cache_level *)a; in cpu_cache_level__sort()
1100 struct cpu_cache_level *cache_b = (struct cpu_cache_level *)b; in cpu_cache_level__sort()
1105 static bool cpu_cache_level__cmp(struct cpu_cache_level *a, struct cpu_cache_level *b) in cpu_cache_level__cmp()
1187 static void cpu_cache_level__fprintf(FILE *out, struct cpu_cache_level *c) in cpu_cache_level__fprintf()
1203 struct cpu_cache_level c; in build_caches_for_cpu()
1229 static int build_caches(struct cpu_cache_level caches[], u32 *cntp) in build_caches()
1249 struct cpu_cache_level caches[max_caches]; in write_cache()
1257 qsort(&caches, cnt, sizeof(struct cpu_cache_level), cpu_cache_level__sort); in write_cache()
1268 struct cpu_cache_level *c = &caches[i]; in write_cache()
2890 struct cpu_cache_level *caches; in process_cache()
[all …]
A Denv.c555 void cpu_cache_level__free(struct cpu_cache_level *cache) in cpu_cache_level__free()
/tools/perf/
A Dbuiltin-stat.c1215 struct cpu_cache_level caches[MAX_CACHE_LVL]; in cpu__get_cache_details()
1568 struct cpu_cache_level *caches = env->caches; in perf_env__get_cache_id_for_cpu()

Completed in 18 milliseconds