Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/tests/
H A Dbuiltin-test.c190 static bool test_exclusive(const struct test_suite *t, int test_case) in test_exclusive() function
427 if (pass == 1 && !sequential && test_exclusive(test, curr_test_case)) { in start_test()
431 if (pass != 1 && (sequential || !test_exclusive(test, curr_test_case))) { in start_test()
675 if (test_exclusive(t, curr_test_case)) { in build_suites()