Lines Matching refs:test_suite
33 struct test_suite *__weak arch_tests[] = {
37 static struct test_suite *generic_tests[] = {
113 static struct test_suite **tests[] = {
118 static int num_subtests(const struct test_suite *t) in num_subtests()
132 static bool has_subtests(const struct test_suite *t) in has_subtests()
137 static const char *skip_reason(const struct test_suite *t, int subtest) in skip_reason()
145 static const char *test_description(const struct test_suite *t, int subtest) in test_description()
153 static test_fnptr test_function(const struct test_suite *t, int subtest) in test_function()
185 static int run_test(struct test_suite *test, int subtest) in run_test()
241 static int test_and_print(struct test_suite *t, int subtest) in test_and_print()
361 static int shell_test__run(struct test_suite *test, int subdir __maybe_unused) in shell_test__run()
413 struct test_suite test_suite = { in run_shell_tests() local
419 if (!perf_test__matches(test_suite.desc, curr, argc, argv)) in run_shell_tests()
423 pr_info("%2d: %-*s:", i, width, test_suite.desc); in run_shell_tests()
430 test_and_print(&test_suite, 0); in run_shell_tests()
441 struct test_suite *t; in __cmd_test()
541 struct test_suite t = { in perf_test__list_shell()
561 struct test_suite *t; in perf_test__list()