Symbol: event_sample_buf_mmap
tools/testing/selftests/powerpc/pmu/sampling_tests/misc.h
56
void *event_sample_buf_mmap(int fd, int mmap_pages);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_cc56run_test.c
32
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_exceptionbits_test.c
31
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_fc56_pmc1ce_test.c
31
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_fc56_pmc56_test.c
31
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_pmccext_test.c
32
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_pmcjce_test.c
31
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr1_comb_test.c
35
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr1_sel_unit_cache_test.c
40
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr2_fcs_fch_test.c
50
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr2_l2l3_test.c
37
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr3_src_test.c
36
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_any_test.c
41
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_cond_test.c
45
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_disable_no_branch_test.c
40
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_disable_test.c
42
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_ind_call_test.c
45
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_thresh_cmp_test.c
46
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_thresh_marked_sample_test.c
36
event.mmap_buffer = event_sample_buf_mmap(event.fd, 1);