Symbol: collect_samples
tools/testing/selftests/powerpc/pmu/sampling_tests/misc.h
58
int collect_samples(void *sample_buff);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_cc56run_test.c
42
FAIL_IF(!collect_samples(event.mmap_buffer));
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_exceptionbits_test.c
41
FAIL_IF(!collect_samples(event.mmap_buffer));
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_fc56_pmc1ce_test.c
41
FAIL_IF(!collect_samples(event.mmap_buffer));
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_fc56_pmc56_test.c
41
FAIL_IF(!collect_samples(event.mmap_buffer));
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_pmccext_test.c
42
FAIL_IF(!collect_samples(event.mmap_buffer));
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_pmcjce_test.c
41
FAIL_IF(!collect_samples(event.mmap_buffer));
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr1_comb_test.c
45
FAIL_IF(!collect_samples(event.mmap_buffer));
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr1_sel_unit_cache_test.c
51
FAIL_IF(!collect_samples(event.mmap_buffer));
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr2_fcs_fch_test.c
60
FAIL_IF(!collect_samples(event.mmap_buffer));
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr2_l2l3_test.c
51
FAIL_IF(!collect_samples(event.mmap_buffer));
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr3_src_test.c
46
FAIL_IF(!collect_samples(event.mmap_buffer));
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_thresh_cmp_test.c
56
FAIL_IF(!collect_samples(event.mmap_buffer));
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_thresh_marked_sample_test.c
46
FAIL_IF(!collect_samples(event.mmap_buffer));