Symbol: check_pvr_for_sampling_tests
tools/testing/selftests/powerpc/pmu/sampling_tests/misc.h
40
extern int check_pvr_for_sampling_tests(void);
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_cc56run_test.c
25
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_exceptionbits_test.c
25
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_fc56_pmc1ce_test.c
25
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_fc56_pmc56_test.c
25
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_pmccext_test.c
25
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr0_pmcjce_test.c
25
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr1_comb_test.c
29
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr1_sel_unit_cache_test.c
30
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr2_fcs_fch_test.c
43
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr2_l2l3_test.c
30
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcr3_src_test.c
29
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_any_test.c
31
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_cond_test.c
34
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_disable_no_branch_test.c
31
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_disable_test.c
31
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_ind_call_test.c
34
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_thresh_cmp_test.c
31
SKIP_IF(check_pvr_for_sampling_tests());
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_thresh_marked_sample_test.c
30
SKIP_IF(check_pvr_for_sampling_tests());