Searched refs:perf_cpu_map__for_each_cpu (Results 1 – 6 of 6) sorted by relevance
/linux-5.10/tools/lib/perf/include/perf/ |
D | cpumap.h | 23 #define perf_cpu_map__for_each_cpu(cpu, idx, cpus) \ macro
|
/linux-5.10/tools/lib/perf/tests/ |
D | test-evlist.c | 67 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()
|
D | test-evsel.c | 35 perf_cpu_map__for_each_cpu(cpu, tmp, cpus) { in test_stat_cpu()
|
/linux-5.10/tools/lib/perf/Documentation/ |
D | libperf.txt | 52 #define perf_cpu_map__for_each_cpu(cpu, idx, cpus)
|
/linux-5.10/tools/perf/util/ |
D | evlist.h | 340 perf_cpu_map__for_each_cpu (cpu, index, (evlist)->core.all_cpus)
|
D | env.c | 392 perf_cpu_map__for_each_cpu(j, tmp, nn->map) in perf_env__numa_node()
|