Home
last modified time | relevance | path

Searched refs:caches_cnt (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c1364 u32 i = 0, caches_cnt = 0; in cpu__get_cache_details() local
1369 ret = build_caches_for_cpu(cpu.cpu, caches, &caches_cnt); in cpu__get_cache_details()
1376 if (caches_cnt) in cpu__get_cache_details()
1382 if (!caches_cnt) in cpu__get_cache_details()
1392 for (i = 1; i < caches_cnt; ++i) { in cpu__get_cache_details()
1405 for (i = 0; i < caches_cnt; ++i) { in cpu__get_cache_details()
1418 while (i < caches_cnt) in cpu__get_cache_details()
1711 int caches_cnt = env->caches_cnt; in perf_env__get_cache_id_for_cpu() local
1717 if (!caches_cnt) in perf_env__get_cache_id_for_cpu()
1720 for (i = caches_cnt - 1; i > -1; --i) { in perf_env__get_cache_id_for_cpu()
/openbmc/linux/tools/perf/util/
H A Denv.h87 int caches_cnt; member
H A Denv.c228 for (i = 0; i < env->caches_cnt; i++) in perf_env__exit()
H A Dheader.c2103 for (i = 0; i < ff->ph->env.caches_cnt; i++) { in print_cache()
2944 ff->ph->env.caches_cnt = cnt; in process_cache()