Home
last modified time | relevance | path

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

/linux-5.10/tools/lib/perf/include/perf/
Dcpumap.h23 #define perf_cpu_map__for_each_cpu(cpu, idx, cpus) \ macro
/linux-5.10/tools/lib/perf/tests/
Dtest-evlist.c67 perf_cpu_map__for_each_cpu(cpu, tmp, cpus) { in test_stat_cpu()
356 perf_cpu_map__for_each_cpu(cpu, tmp, cpus) { in test_mmap_cpus()
Dtest-evsel.c35 perf_cpu_map__for_each_cpu(cpu, tmp, cpus) { in test_stat_cpu()
/linux-5.10/tools/lib/perf/Documentation/
Dlibperf.txt52 #define perf_cpu_map__for_each_cpu(cpu, idx, cpus)
/linux-5.10/tools/perf/util/
Devlist.h340 perf_cpu_map__for_each_cpu (cpu, index, (evlist)->core.all_cpus)
Denv.c392 perf_cpu_map__for_each_cpu(j, tmp, nn->map) in perf_env__numa_node()