Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/perf/tests/
H A Dtest-evlist.c59 perf_evlist__set_maps(evlist, cpus, NULL); in test_stat_cpu()
116 perf_evlist__set_maps(evlist, NULL, threads); in test_stat_thread()
169 perf_evlist__set_maps(evlist, NULL, threads); in test_stat_thread_enable()
259 perf_evlist__set_maps(evlist, cpus, threads); in test_mmap_thread()
344 perf_evlist__set_maps(evlist, cpus, NULL); in test_mmap_cpus()
/OK3568_Linux_fs/kernel/tools/lib/perf/
H A Dlibperf.map39 perf_evlist__set_maps;
H A Devlist.c149 void perf_evlist__set_maps(struct perf_evlist *evlist, in perf_evlist__set_maps() function
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/lib/perf/include/perf/
H A Devlist.h31 LIBPERF_API void perf_evlist__set_maps(struct perf_evlist *evlist,
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dtask-exit.c81 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__task_exit()
H A Dsw-clock.c72 perf_evlist__set_maps(&evlist->core, cpus, threads); in __test__sw_clock_freq()
H A Dkeep-tracking.c90 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__keep_tracking()
H A Dmmap-basic.c76 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__basic_mmap()
H A Dcode-reading.c644 perf_evlist__set_maps(&evlist->core, cpus, threads); in do_test_code_reading()
673 perf_evlist__set_maps(&evlist->core, NULL, NULL); in do_test_code_reading()
H A Dparse-metric.c159 perf_evlist__set_maps(&evlist->core, cpus, NULL); in __compute_metric()
H A Dswitch-tracking.c362 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__switch_tracking()
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/
H A Dperf-time-to-tsc.c81 perf_evlist__set_maps(&evlist->core, cpus, threads); in test__perf_time_to_tsc()
/OK3568_Linux_fs/kernel/tools/lib/perf/Documentation/
H A Dlibperf-counting.txt146 67 perf_evlist__set_maps(evlist, NULL, threads);
H A Dlibperf.txt97 void perf_evlist__set_maps(struct perf_evlist *evlist,
H A Dlibperf-sampling.txt135 62 perf_evlist__set_maps(evlist, cpus, NULL);
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devlist.c63 perf_evlist__set_maps(&evlist->core, cpus, threads); in evlist__init()
955 perf_evlist__set_maps(&evlist->core, cpus, threads); in perf_evlist__create_maps()
1287 perf_evlist__set_maps(&evlist->core, cpus, threads); in perf_evlist__create_syswide_maps()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-stat.c1905 perf_evlist__set_maps(&evsel_list->core, st->cpus, st->threads); in set_maps()
H A Dbuiltin-script.c3315 perf_evlist__set_maps(&evlist->core, script->cpus, script->threads); in set_maps()