Home
last modified time | relevance | path

Searched refs:caches_cnt (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-stat.c1342 u32 i = 0, caches_cnt = 0; in cpu__get_cache_details() local
1347 ret = build_caches_for_cpu(cpu.cpu, caches, &caches_cnt); in cpu__get_cache_details()
1350 * If caches_cnt is not 0, cpu_cache_level data in cpu__get_cache_details()
1354 if (caches_cnt) in cpu__get_cache_details()
1360 if (!caches_cnt) in cpu__get_cache_details()
1370 for (i = 1; i < caches_cnt; ++i) { in cpu__get_cache_details()
1383 for (i = 0; i < caches_cnt; ++i) { in cpu__get_cache_details()
1396 while (i < caches_cnt) in cpu__get_cache_details()
1689 int caches_cnt = env->caches_cnt; in perf_env__get_cache_id_for_cpu() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Denv.h71 int caches_cnt; member
H A Denv.c211 for (i = 0; i < env->caches_cnt; i++) in perf_env__exit()
/kernel/linux/linux-6.6/tools/perf/util/
H A Denv.h87 int caches_cnt; member
H A Denv.c223 for (i = 0; i < env->caches_cnt; i++) in perf_env__exit()

Completed in 6 milliseconds