Home
last modified time | relevance | path

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

/tools/perf/arch/x86/util/
A Dpmu.c63 struct perf_cpu_map *cache_cpus = in snc_nodes_per_l3_cache() local
66 snc_nodes = perf_cpu_map__nr(cache_cpus) / perf_cpu_map__nr(node_cpus); in snc_nodes_per_l3_cache()
67 perf_cpu_map__put(cache_cpus); in snc_nodes_per_l3_cache()
/tools/testing/selftests/resctrl/
A Dresctrlfs.c225 int node_cpus, cache_cpus; in snc_nodes_per_l3_cache() local
237 cache_cpus = count_sys_bitmap_bits("/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map"); in snc_nodes_per_l3_cache()
239 if (!node_cpus || !cache_cpus) { in snc_nodes_per_l3_cache()
244 snc_mode = cache_cpus / node_cpus; in snc_nodes_per_l3_cache()

Completed in 5 milliseconds