Searched refs:caches_cnt (Results 1 – 4 of 4) sorted by relevance
95 int caches_cnt; member
247 for (i = 0; i < env->caches_cnt; i++) in perf_env__exit()
2088 for (i = 0; i < ff->ph->env.caches_cnt; i++) { in print_cache()2931 env->caches_cnt = cnt; in process_cache()
1216 u32 i = 0, caches_cnt = 0; in cpu__get_cache_details() local1221 ret = build_caches_for_cpu(cpu.cpu, caches, &caches_cnt); in cpu__get_cache_details()1228 if (caches_cnt) in cpu__get_cache_details()1234 if (!caches_cnt) in cpu__get_cache_details()1244 for (i = 1; i < caches_cnt; ++i) { in cpu__get_cache_details()1257 for (i = 0; i < caches_cnt; ++i) { in cpu__get_cache_details()1270 while (i < caches_cnt) in cpu__get_cache_details()1567 int caches_cnt = env->caches_cnt; in perf_env__get_cache_id_for_cpu() local1573 if (!caches_cnt) in perf_env__get_cache_id_for_cpu()1576 for (i = caches_cnt - 1; i > -1; --i) { in perf_env__get_cache_id_for_cpu()
Completed in 17 milliseconds