Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/riscv/
H A Dsbi_pmu_test.c44 int disabled_tests; member
658 targs.disabled_tests = temp_disabled_tests; in parse_args()
670 if (targs.disabled_tests & SBI_PMU_TEST_OVERFLOW) { in parse_args()
686 targs.disabled_tests = 0; in main()
692 if (!(targs.disabled_tests & SBI_PMU_TEST_BASIC)) { in main()
697 if (!(targs.disabled_tests & SBI_PMU_TEST_EVENTS)) { in main()
702 if (!(targs.disabled_tests & SBI_PMU_TEST_SNAPSHOT)) { in main()
707 if (!(targs.disabled_tests & SBI_PMU_TEST_OVERFLOW)) { in main()