Home
last modified time | relevance | path

Searched refs:perf_evlist__set_maps (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/tools/perf/lib/tests/
Dtest-evlist.c48 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/
Dlibperf.map41 perf_evlist__set_maps;
Devlist.c109 void perf_evlist__set_maps(struct perf_evlist *evlist, in perf_evlist__set_maps() function
/Linux-v5.4/tools/perf/lib/include/perf/
Devlist.h31 LIBPERF_API void perf_evlist__set_maps(struct perf_evlist *evlist,
/Linux-v5.4/tools/perf/tests/
Dsw-clock.c71 perf_evlist__set_maps(&evlist->core, cpus, threads); in __test__sw_clock_freq()
Dtask-exit.c79 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__task_exit()
Dkeep-tracking.c89 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__keep_tracking()
Dmmap-basic.c75 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__basic_mmap()
Dcode-reading.c643 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()
Dswitch-tracking.c361 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__switch_tracking()
/Linux-v5.4/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c80 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__perf_time_to_tsc()
/Linux-v5.4/tools/perf/lib/Documentation/man/
Dlibperf.rst67 void perf_evlist__set_maps(struct perf_evlist \*evlist,
/Linux-v5.4/tools/perf/util/
Devlist.c59 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/
Dbuiltin-stat.c1512 perf_evlist__set_maps(&evsel_list->core, st->cpus, st->threads); in set_maps()
Dbuiltin-script.c3286 perf_evlist__set_maps(&evlist->core, script->cpus, script->threads); in set_maps()