Searched refs:perf_evlist__set_maps (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/tools/perf/lib/tests/ |
D | test-evlist.c | 48 perf_evlist__set_maps(evlist, cpus, NULL); in test_stat_cpu() 105 perf_evlist__set_maps(evlist, NULL, threads); in test_stat_thread() 158 perf_evlist__set_maps(evlist, NULL, threads); in test_stat_thread_enable()
|
/Linux-v5.4/tools/perf/lib/ |
D | libperf.map | 41 perf_evlist__set_maps;
|
D | evlist.c | 109 void perf_evlist__set_maps(struct perf_evlist *evlist, in perf_evlist__set_maps() function
|
/Linux-v5.4/tools/perf/lib/include/perf/ |
D | evlist.h | 31 LIBPERF_API void perf_evlist__set_maps(struct perf_evlist *evlist,
|
/Linux-v5.4/tools/perf/tests/ |
D | sw-clock.c | 71 perf_evlist__set_maps(&evlist->core, cpus, threads); in __test__sw_clock_freq()
|
D | task-exit.c | 79 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__task_exit()
|
D | keep-tracking.c | 89 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__keep_tracking()
|
D | mmap-basic.c | 75 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__basic_mmap()
|
D | code-reading.c | 643 perf_evlist__set_maps(&evlist->core, cpus, threads); in do_test_code_reading() 672 perf_evlist__set_maps(&evlist->core, NULL, NULL); in do_test_code_reading()
|
D | switch-tracking.c | 361 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__switch_tracking()
|
/Linux-v5.4/tools/perf/arch/x86/tests/ |
D | perf-time-to-tsc.c | 80 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__perf_time_to_tsc()
|
/Linux-v5.4/tools/perf/lib/Documentation/man/ |
D | libperf.rst | 67 void perf_evlist__set_maps(struct perf_evlist \*evlist,
|
/Linux-v5.4/tools/perf/util/ |
D | evlist.c | 59 perf_evlist__set_maps(&evlist->core, cpus, threads); in evlist__init() 977 perf_evlist__set_maps(&evlist->core, cpus, threads); in perf_evlist__create_maps() 1232 perf_evlist__set_maps(&evlist->core, cpus, threads); in perf_evlist__create_syswide_maps()
|
/Linux-v5.4/tools/perf/ |
D | builtin-stat.c | 1512 perf_evlist__set_maps(&evsel_list->core, st->cpus, st->threads); in set_maps()
|
D | builtin-script.c | 3286 perf_evlist__set_maps(&evlist->core, script->cpus, script->threads); in set_maps()
|