Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/perf/tests/
H A Dtest-evlist.c69 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()
/openbmc/linux/tools/lib/perf/
H A Dlibperf.map45 perf_evlist__set_maps;
H A Devlist.c174 void perf_evlist__set_maps(struct perf_evlist *evlist, in perf_evlist__set_maps() function
/openbmc/linux/tools/lib/perf/Documentation/examples/
H A Dcounting.c63 perf_evlist__set_maps(evlist, NULL, threads); in main()
H A Dsampling.c62 perf_evlist__set_maps(evlist, cpus, NULL); in main()
/openbmc/linux/tools/lib/perf/include/perf/
H A Devlist.h31 LIBPERF_API void perf_evlist__set_maps(struct perf_evlist *evlist,
/openbmc/linux/tools/perf/tests/
H A Dsw-clock.c73 perf_evlist__set_maps(&evlist->core, cpus, threads); in __test__sw_clock_freq()
H A Dtask-exit.c81 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__task_exit()
H A Dkeep-tracking.c90 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__keep_tracking()
H A Dperf-time-to-tsc.c102 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__perf_time_to_tsc()
H A Dparse-metric.c94 perf_evlist__set_maps(&evlist->core, cpus, NULL); in __compute_metric()
H A Dcode-reading.c648 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()
H A Dmmap-basic.c77 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__basic_mmap()
H A Dswitch-tracking.c366 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__switch_tracking()
H A Dpmu-events.c841 perf_evlist__set_maps(&evlist->core, cpus, NULL); in test__parsing_callback()
/openbmc/linux/tools/lib/perf/Documentation/
H A Dlibperf-counting.txt146 67 perf_evlist__set_maps(evlist, NULL, threads);
H A Dlibperf-sampling.txt135 62 perf_evlist__set_maps(evlist, cpus, NULL);
H A Dlibperf.txt99 void perf_evlist__set_maps(struct perf_evlist *evlist,
/openbmc/linux/tools/perf/util/
H A Devlist.c76 perf_evlist__set_maps(&evlist->core, cpus, threads); in evlist__init()
1076 perf_evlist__set_maps(&evlist->core, cpus, threads); in evlist__create_maps()
1371 perf_evlist__set_maps(&evlist->core, cpus, threads); in evlist__create_syswide_maps()
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c2345 perf_evlist__set_maps(&evsel_list->core, st->cpus, st->threads); in set_maps()
H A Dbuiltin-script.c3686 perf_evlist__set_maps(&evlist->core, script->cpus, script->threads); in set_maps()