Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dheader.c1141 u32 max_caches = cpu__max_cpu() * MAX_CACHE_LVL; in write_cache() local
1142 struct cpu_cache_level caches[max_caches]; in write_cache()
1146 ret = build_caches(caches, max_caches, &cnt); in write_cache()