Home
last modified time | relevance | path

Searched refs:caches (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/zram/
DREADME9 use as swap disks, various caches under /var and maybe many more :)
/tools/perf/util/
Denv.h67 struct cpu_cache_level *caches; member
Dheader.c1094 static int build_caches(struct cpu_cache_level caches[], u32 *cntp) in build_caches() argument
1115 if (cpu_cache_level__cmp(&c, &caches[i])) in build_caches()
1120 caches[cnt++] = c; in build_caches()
1133 struct cpu_cache_level caches[max_caches]; in write_cache() local
1137 ret = build_caches(caches, &cnt); in write_cache()
1141 qsort(&caches, cnt, sizeof(struct cpu_cache_level), cpu_cache_level__sort); in write_cache()
1152 struct cpu_cache_level *c = &caches[i]; in write_cache()
1178 cpu_cache_level__free(&caches[i]); in write_cache()
1764 cpu_cache_level__fprintf(fp, &ff->ph->env.caches[i]); in print_cache()
2522 struct cpu_cache_level *caches; in process_cache() local
[all …]
Denv.c207 cpu_cache_level__free(&env->caches[i]); in perf_env__exit()
208 zfree(&env->caches); in perf_env__exit()
/tools/perf/Documentation/
Dperf-buildid-cache.txt49 Purge all cached binaries including older caches which have specified
/tools/memory-model/Documentation/
Dexplanation.txt756 CPUs have local caches, and propagating a store to a CPU really means
760 most architectures, the local caches process stores in
762 doesn't matter for the memory model. But on Alpha, the local caches
1105 The answer lies in the Alpha's split local caches. Although the two