Home
last modified time | relevance | path

Searched refs:check_pvr_for_sampling_tests (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmmcr0_fc56_pmc56_test.c25 SKIP_IF(check_pvr_for_sampling_tests()); in mmcr0_fc56_pmc56()
H A Dmmcr0_pmcjce_test.c25 SKIP_IF(check_pvr_for_sampling_tests()); in mmcr0_pmcjce()
H A Dmmcr0_pmccext_test.c25 SKIP_IF(check_pvr_for_sampling_tests()); in mmcr0_pmccext()
H A Dmmcr0_cc56run_test.c25 SKIP_IF(check_pvr_for_sampling_tests()); in mmcr0_cc56run()
H A Dmmcr0_exceptionbits_test.c25 SKIP_IF(check_pvr_for_sampling_tests()); in mmcr0_exceptionbits()
H A Dmmcra_bhrb_disable_no_branch_test.c31 SKIP_IF(check_pvr_for_sampling_tests()); in mmcra_bhrb_disable_no_branch_test()
H A Dmmcr0_fc56_pmc1ce_test.c25 SKIP_IF(check_pvr_for_sampling_tests()); in mmcr0_fc56_pmc1ce()
H A Dmmcra_bhrb_disable_test.c31 SKIP_IF(check_pvr_for_sampling_tests()); in mmcra_bhrb_disable_test()
H A Dmmcra_bhrb_any_test.c31 SKIP_IF(check_pvr_for_sampling_tests()); in mmcra_bhrb_any_test()
H A Dmmcra_bhrb_ind_call_test.c34 SKIP_IF(check_pvr_for_sampling_tests()); in mmcra_bhrb_ind_call_test()
H A Dmmcr1_comb_test.c29 SKIP_IF(check_pvr_for_sampling_tests()); in mmcr1_comb()
H A Dmmcra_bhrb_cond_test.c34 SKIP_IF(check_pvr_for_sampling_tests()); in mmcra_bhrb_cond_test()
H A Dmmcr3_src_test.c29 SKIP_IF(check_pvr_for_sampling_tests()); in mmcr3_src()
H A Dmmcra_thresh_cmp_test.c31 SKIP_IF(check_pvr_for_sampling_tests()); in mmcra_thresh_cmp()
H A Dmmcr2_l2l3_test.c30 SKIP_IF(check_pvr_for_sampling_tests()); in mmcr2_l2l3()
H A Dmmcr2_fcs_fch_test.c43 SKIP_IF(check_pvr_for_sampling_tests()); in mmcr2_fcs_fch()
H A Dmmcr1_sel_unit_cache_test.c30 SKIP_IF(check_pvr_for_sampling_tests()); in mmcr1_sel_unit_cache()
H A Dmmcra_thresh_marked_sample_test.c30 SKIP_IF(check_pvr_for_sampling_tests()); in mmcra_thresh_marked_sample()
H A Dmisc.h38 extern int check_pvr_for_sampling_tests(void);
H A Dmisc.c149 int check_pvr_for_sampling_tests(void) in check_pvr_for_sampling_tests() function