Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/riscv/
H A Dsbi_pmu_test.c44 int disabled_tests; member
676 targs.disabled_tests = temp_disabled_tests; in parse_args()
688 if (targs.disabled_tests & SBI_PMU_TEST_OVERFLOW) { in parse_args()
704 targs.disabled_tests = 0; in main()
710 if (!(targs.disabled_tests & SBI_PMU_TEST_BASIC)) { in main()
715 if (!(targs.disabled_tests & SBI_PMU_TEST_EVENTS)) { in main()
720 if (!(targs.disabled_tests & SBI_PMU_TEST_SNAPSHOT)) { in main()
725 if (!(targs.disabled_tests & SBI_PMU_TEST_OVERFLOW)) { in main()