Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/perf/tests/
Dtest-evlist.c65 perf_evlist__set_maps(evlist, cpus, NULL); in test_stat_cpu()
126 perf_evlist__set_maps(evlist, NULL, threads); in test_stat_thread()
183 perf_evlist__set_maps(evlist, NULL, threads); in test_stat_thread_enable()
274 perf_evlist__set_maps(evlist, cpus, threads); in test_mmap_thread()
360 perf_evlist__set_maps(evlist, cpus, NULL); in test_mmap_cpus()
/Linux-v5.15/tools/lib/perf/
Dlibperf.map42 perf_evlist__set_maps;
Devlist.c147 void perf_evlist__set_maps(struct perf_evlist *evlist, in perf_evlist__set_maps() function
/Linux-v5.15/tools/lib/perf/Documentation/examples/
Dcounting.c63 perf_evlist__set_maps(evlist, NULL, threads); in main()
Dsampling.c62 perf_evlist__set_maps(evlist, cpus, NULL); in main()
/Linux-v5.15/tools/lib/perf/include/perf/
Devlist.h31 LIBPERF_API void perf_evlist__set_maps(struct perf_evlist *evlist,
/Linux-v5.15/tools/perf/tests/
Dsw-clock.c72 perf_evlist__set_maps(&evlist->core, cpus, threads); in __test__sw_clock_freq()
Dtask-exit.c81 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__task_exit()
Dkeep-tracking.c90 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__keep_tracking()
Dmmap-basic.c76 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__basic_mmap()
Dperf-time-to-tsc.c81 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__perf_time_to_tsc()
Dcode-reading.c636 perf_evlist__set_maps(&evlist->core, cpus, threads); in do_test_code_reading()
665 perf_evlist__set_maps(&evlist->core, NULL, NULL); in do_test_code_reading()
Dparse-metric.c166 perf_evlist__set_maps(&evlist->core, cpus, NULL); in __compute_metric()
Dswitch-tracking.c363 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__switch_tracking()
/Linux-v5.15/tools/lib/perf/Documentation/
Dlibperf-counting.txt146 67 perf_evlist__set_maps(evlist, NULL, threads);
Dlibperf-sampling.txt135 62 perf_evlist__set_maps(evlist, cpus, NULL);
Dlibperf.txt97 void perf_evlist__set_maps(struct perf_evlist *evlist,
/Linux-v5.15/tools/perf/util/
Devlist.c68 perf_evlist__set_maps(&evlist->core, cpus, threads); in evlist__init()
1008 perf_evlist__set_maps(&evlist->core, cpus, threads); in evlist__create_maps()
1322 perf_evlist__set_maps(&evlist->core, cpus, threads); in evlist__create_syswide_maps()
/Linux-v5.15/tools/perf/
Dbuiltin-stat.c2072 perf_evlist__set_maps(&evsel_list->core, st->cpus, st->threads); in set_maps()
Dbuiltin-script.c3509 perf_evlist__set_maps(&evlist->core, script->cpus, script->threads); in set_maps()