Searched refs:perf_evlist__set_maps (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/tools/perf/tests/ |
D | task-exit.c | 74 perf_evlist__set_maps(evlist, cpus, threads); in test__task_exit()
|
D | sw-clock.c | 67 perf_evlist__set_maps(evlist, cpus, threads); in __test__sw_clock_freq()
|
D | keep-tracking.c | 84 perf_evlist__set_maps(evlist, cpus, threads); in test__keep_tracking()
|
D | mmap-basic.c | 70 perf_evlist__set_maps(evlist, cpus, threads); in test__basic_mmap()
|
D | code-reading.c | 629 perf_evlist__set_maps(evlist, cpus, threads); in do_test_code_reading() 658 perf_evlist__set_maps(evlist, NULL, NULL); in do_test_code_reading()
|
D | switch-tracking.c | 355 perf_evlist__set_maps(evlist, cpus, threads); in test__switch_tracking()
|
/Linux-v4.19/tools/perf/arch/x86/tests/ |
D | perf-time-to-tsc.c | 74 perf_evlist__set_maps(evlist, cpus, threads); in test__perf_time_to_tsc()
|
/Linux-v4.19/tools/perf/util/ |
D | evlist.c | 48 perf_evlist__set_maps(evlist, cpus, threads); in perf_evlist__init() 1106 perf_evlist__set_maps(evlist, cpus, threads); in perf_evlist__create_maps() 1115 void perf_evlist__set_maps(struct perf_evlist *evlist, struct cpu_map *cpus, in perf_evlist__set_maps() function 1390 perf_evlist__set_maps(evlist, cpus, threads); in perf_evlist__create_syswide_maps()
|
D | evlist.h | 181 void perf_evlist__set_maps(struct perf_evlist *evlist, struct cpu_map *cpus,
|
/Linux-v4.19/tools/perf/ |
D | builtin-stat.c | 2662 perf_evlist__set_maps(evsel_list, st->cpus, st->threads); in set_maps()
|
D | builtin-script.c | 3000 perf_evlist__set_maps(evlist, script->cpus, script->threads); in set_maps()
|