Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dsw-clock.c62 err = perf_evlist__mmap(evlist, 128, true); in __test__sw_clock_freq()
Dtask-exit.c89 if (perf_evlist__mmap(evlist, 128, true) < 0) { in test__task_exit()
Dopen-syscall-tp-fields.c54 err = perf_evlist__mmap(evlist, UINT_MAX, false); in test__syscall_open_tp_fields()
Dkeep-tracking.c98 CHECK__(perf_evlist__mmap(evlist, UINT_MAX, false)); in test__keep_tracking()
Dmmap-basic.c90 if (perf_evlist__mmap(evlist, 128, true) < 0) { in test__basic_mmap()
Dperf-time-to-tsc.c94 CHECK__(perf_evlist__mmap(evlist, UINT_MAX, false)); in test__perf_time_to_tsc()
Dperf-record.c143 err = perf_evlist__mmap(evlist, opts.mmap_pages, false); in test__PERF_RECORD()
Dcode-reading.c506 ret = perf_evlist__mmap(evlist, UINT_MAX, false); in do_test_code_reading()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Devlist.h108 int perf_evlist__mmap(struct perf_evlist *evlist, unsigned int pages,
Devlist.c697 int perf_evlist__mmap(struct perf_evlist *evlist, unsigned int pages, in perf_evlist__mmap() function
Dpython.c727 if (perf_evlist__mmap(evlist, pages, overwrite) < 0) { in pyrf_evlist__mmap()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-record.c229 if (perf_evlist__mmap(evlist, opts->mmap_pages, false) < 0) { in perf_record__open()
Dbuiltin-top.c901 if (perf_evlist__mmap(evlist, opts->mmap_pages, false) < 0) { in perf_top__start_counters()
Dbuiltin-trace.c962 err = perf_evlist__mmap(evlist, UINT_MAX, false); in trace__run()
Dbuiltin-kvm.c1204 if (perf_evlist__mmap(evlist, kvm->opts.mmap_pages, false) < 0) { in kvm_live_open_events()