Searched defs:perf_evlist__for_each_mmap (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/perf/include/perf/ |
H A D | evlist.h | 44 #define perf_evlist__for_each_mmap(evlist, pos, overwrite) \ macro
|
/kernel/linux/linux-6.6/tools/lib/perf/include/perf/ |
H A D | evlist.h | 44 #define perf_evlist__for_each_mmap(evlist, pos, overwrite) \ macro
|
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/examples/ |
H A D | sampling.c | 80 perf_evlist__for_each_mmap(evlist, map, false) { in main() function
|
/kernel/linux/linux-6.6/tools/lib/perf/Documentation/examples/ |
H A D | sampling.c | 80 perf_evlist__for_each_mmap(evlist, map, false) { in main() function
|
/kernel/linux/linux-5.10/tools/lib/perf/tests/ |
H A D | test-evlist.c | 278 perf_evlist__for_each_mmap(evlist, map, false) { in test_mmap_thread() function 374 perf_evlist__for_each_mmap(evlist, map, false) { in test_mmap_cpus() function
|
/kernel/linux/linux-6.6/tools/lib/perf/tests/ |
H A D | test-evlist.c | 297 perf_evlist__for_each_mmap(evlist, map, false) { in test_mmap_thread() function 395 perf_evlist__for_each_mmap(evlist, map, false) { in test_mmap_cpus() function
|
Completed in 3 milliseconds