Searched refs:perf_evlist__set_maps (Results 1 – 21 of 21) sorted by relevance
/linux-6.6.21/tools/lib/perf/tests/ |
D | test-evlist.c | 69 perf_evlist__set_maps(evlist, cpus, NULL); in test_stat_cpu() 130 perf_evlist__set_maps(evlist, NULL, threads); in test_stat_thread() 187 perf_evlist__set_maps(evlist, NULL, threads); in test_stat_thread_enable() 278 perf_evlist__set_maps(evlist, cpus, threads); in test_mmap_thread() 365 perf_evlist__set_maps(evlist, cpus, NULL); in test_mmap_cpus() 507 perf_evlist__set_maps(evlist, NULL, threads); in test_stat_multiplexing()
|
/linux-6.6.21/tools/lib/perf/ |
D | libperf.map | 45 perf_evlist__set_maps;
|
D | evlist.c | 174 void perf_evlist__set_maps(struct perf_evlist *evlist, in perf_evlist__set_maps() function
|
/linux-6.6.21/tools/lib/perf/Documentation/examples/ |
D | counting.c | 63 perf_evlist__set_maps(evlist, NULL, threads); in main()
|
D | sampling.c | 62 perf_evlist__set_maps(evlist, cpus, NULL); in main()
|
/linux-6.6.21/tools/lib/perf/include/perf/ |
D | evlist.h | 31 LIBPERF_API void perf_evlist__set_maps(struct perf_evlist *evlist,
|
/linux-6.6.21/tools/perf/tests/ |
D | sw-clock.c | 73 perf_evlist__set_maps(&evlist->core, cpus, threads); in __test__sw_clock_freq()
|
D | task-exit.c | 81 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__task_exit()
|
D | keep-tracking.c | 90 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__keep_tracking()
|
D | perf-time-to-tsc.c | 102 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__perf_time_to_tsc()
|
D | parse-metric.c | 94 perf_evlist__set_maps(&evlist->core, cpus, NULL); in __compute_metric()
|
D | code-reading.c | 648 perf_evlist__set_maps(&evlist->core, cpus, threads); in do_test_code_reading() 677 perf_evlist__set_maps(&evlist->core, NULL, NULL); in do_test_code_reading()
|
D | mmap-basic.c | 77 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__basic_mmap()
|
D | switch-tracking.c | 366 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__switch_tracking()
|
D | pmu-events.c | 841 perf_evlist__set_maps(&evlist->core, cpus, NULL); in test__parsing_callback()
|
/linux-6.6.21/tools/lib/perf/Documentation/ |
D | libperf-counting.txt | 146 67 perf_evlist__set_maps(evlist, NULL, threads);
|
D | libperf-sampling.txt | 135 62 perf_evlist__set_maps(evlist, cpus, NULL);
|
D | libperf.txt | 99 void perf_evlist__set_maps(struct perf_evlist *evlist,
|
/linux-6.6.21/tools/perf/util/ |
D | evlist.c | 75 perf_evlist__set_maps(&evlist->core, cpus, threads); in evlist__init() 1075 perf_evlist__set_maps(&evlist->core, cpus, threads); in evlist__create_maps() 1370 perf_evlist__set_maps(&evlist->core, cpus, threads); in evlist__create_syswide_maps()
|
/linux-6.6.21/tools/perf/ |
D | builtin-stat.c | 2323 perf_evlist__set_maps(&evsel_list->core, st->cpus, st->threads); in set_maps()
|
D | builtin-script.c | 3686 perf_evlist__set_maps(&evlist->core, script->cpus, script->threads); in set_maps()
|