Searched refs:evlist__mmap (Results 1 – 18 of 18) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A D | sw-clock.c | 85 err = evlist__mmap(evlist, 128); in __test__sw_clock_freq()
|
H A D | task-exit.c | 108 if (evlist__mmap(evlist, 128) < 0) { in test__task_exit()
|
H A D | openat-syscall-tp-fields.c | 76 err = evlist__mmap(evlist, UINT_MAX); in test__syscall_openat_tp_fields()
|
H A D | keep-tracking.c | 109 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__keep_tracking()
|
H A D | backward-ring-buffer.c | 68 err = evlist__mmap(evlist, mmap_pages); in do_test()
|
H A D | perf-time-to-tsc.c | 124 CHECK__(evlist__mmap(evlist, UINT_MAX)); in test__perf_time_to_tsc()
|
H A D | mmap-basic.c | 109 if (evlist__mmap(evlist, 128) < 0) { in test__basic_mmap()
|
H A D | perf-record.c | 148 err = evlist__mmap(evlist, opts.mmap_pages); in test__PERF_RECORD()
|
H A D | switch-tracking.c | 463 err = evlist__mmap(evlist, UINT_MAX); in test__switch_tracking()
|
H A D | code-reading.c | 694 ret = evlist__mmap(evlist, UINT_MAX); in do_test_code_reading()
|
/openbmc/linux/tools/perf/util/ |
H A D | sideband_evlist.c | 122 if (evlist__mmap(evlist, UINT_MAX)) in evlist__start_sb_thread()
|
H A D | evlist.h | 199 int evlist__mmap(struct evlist *evlist, unsigned int pages);
|
H A D | python.c | 1042 if (evlist__mmap(evlist, pages) < 0) { in pyrf_evlist__mmap()
|
H A D | evlist.c | 1030 int evlist__mmap(struct evlist *evlist, unsigned int pages) in evlist__mmap() function
|
/openbmc/linux/tools/perf/bench/ |
H A D | evlist-open-close.c | 125 err = evlist__mmap(evlist, opts.mmap_pages); in bench__do_evlist_open_close()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-top.c | 1058 if (evlist__mmap(evlist, opts->mmap_pages) < 0) { in perf_top__start_counters()
|
H A D | builtin-kvm.c | 1588 if (evlist__mmap(evlist, kvm->opts.mmap_pages) < 0) { in kvm_live_open_events()
|
H A D | builtin-trace.c | 3967 err = evlist__mmap(evlist, trace->opts.mmap_pages);
|