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
694 targs.disabled_tests = temp_disabled_tests; in parse_args()
706 if (targs.disabled_tests & SBI_PMU_TEST_OVERFLOW) { in parse_args()
722 targs.disabled_tests = 0; in main()
728 if (!(targs.disabled_tests & SBI_PMU_TEST_BASIC)) { in main()
733 if (!(targs.disabled_tests & SBI_PMU_TEST_EVENTS)) { in main()
738 if (!(targs.disabled_tests & SBI_PMU_TEST_SNAPSHOT)) { in main()
743 if (!(targs.disabled_tests & SBI_PMU_TEST_OVERFLOW)) { in main()