Home
last modified time | relevance | path

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

/tools/cgroup/
A Dmemcg_slabinfo.py183 caches = {}
202 caches[addr] = cache
214 for addr in caches:
216 cache_show(caches[addr], cfg, stats[addr])
/tools/perf/
A Dbuiltin-stat.c1215 struct cpu_cache_level caches[MAX_CACHE_LVL]; in cpu__get_cache_details() local
1221 ret = build_caches_for_cpu(cpu.cpu, caches, &caches_cnt); in cpu__get_cache_details()
1245 if (caches[i].level > caches[max_level_index].level) in cpu__get_cache_details()
1249 cache->cache_lvl = caches[max_level_index].level; in cpu__get_cache_details()
1258 if (caches[i].level == cache_level) { in cpu__get_cache_details()
1263 cpu_cache_level__free(&caches[i]); in cpu__get_cache_details()
1271 cpu_cache_level__free(&caches[i++]); in cpu__get_cache_details()
1568 struct cpu_cache_level *caches = env->caches; in perf_env__get_cache_id_for_cpu() local
1588 cpu_map = perf_cpu_map__new(caches[i].map); in perf_env__get_cache_id_for_cpu()
1593 id->cache_lvl = caches[i].level; in perf_env__get_cache_id_for_cpu()
[all …]
/tools/testing/selftests/zram/
A DREADME9 use as swap disks, various caches under /var and maybe many more :)
/tools/perf/util/
A Dheader.c1220 caches[*cntp] = c; in build_caches_for_cpu()
1253 ret = build_caches(caches, &cnt); in write_cache()
1294 cpu_cache_level__free(&caches[i]); in write_cache()
2890 struct cpu_cache_level *caches; in process_cache() local
2902 caches = zalloc(sizeof(*caches) * cnt); in process_cache()
2903 if (!caches) in process_cache()
2930 env->caches = caches; in process_cache()
2935 free(caches[i].type); in process_cache()
2936 free(caches[i].size); in process_cache()
2937 free(caches[i].map); in process_cache()
[all …]
A Denv.h94 struct cpu_cache_level *caches; member
A Dheader.h199 int build_caches_for_cpu(u32 cpu, struct cpu_cache_level caches[], u32 *cntp);
A Denv.c248 cpu_cache_level__free(&env->caches[i]); in perf_env__exit()
249 zfree(&env->caches); in perf_env__exit()
/tools/perf/Documentation/
A Dperf-buildid-cache.txt49 Purge all cached binaries including older caches which have specified
/tools/arch/x86/kcpuid/
A Dcpuid.csv132 … edx, 0, wbinvd_rll_no_guarantee, WBINVD/INVD not guaranteed for Remote Lower-Level caches
133 …0x4, 31:0, edx, 1, ll_inclusive , Cache is inclusive of Lower-Level caches
942 … edx, 0, wbinvd_rll_no_guarantee, WBINVD/INVD not guaranteed for Remote Lower-Level caches
943 …01d, 31:0, edx, 1, ll_inclusive , Cache is inclusive of Lower-Level caches
/tools/memory-model/Documentation/
A Dexplanation.txt809 CPUs have local caches, and propagating a store to a CPU really means
813 most architectures, the local caches process stores in
815 doesn't matter for the memory model. But on Alpha, the local caches
1192 The answer lies in the Alpha's split local caches. Although the two

Completed in 31 milliseconds