Lines Matching refs:test_description
185 static const char *test_description(const struct test_suite *t, int subtest) in test_description() function
250 pr_info("%3d.%1d: %-*s:", i + 1, subtest + 1, subw, test_description(t, subtest)); in print_test_result()
252 pr_info("%3d: %-*s:", i + 1, width, test_description(t, subtest)); in print_test_result()
291 pr_info("%3d: %-*s:\n", i + 1, width, test_description(t, -1)); in finish_test()
301 pr_info("%3d.%1d: %s:\n", i + 1, subi + 1, test_description(t, subi)); in finish_test()
303 pr_info("%3d: %s:\n", i + 1, test_description(t, -1)); in finish_test()
336 pr_info("%3d.%1d: %s:\n", i + 1, subi + 1, test_description(t, subi)); in finish_test()
338 pr_info("%3d: %s:\n", i + 1, test_description(t, -1)); in finish_test()
401 int len = strlen(test_description(t, -1)); in __cmd_test()
408 len = strlen(test_description(t, subi)); in __cmd_test()
424 if (!perf_test__matches(test_description(t, -1), curr, argc, argv)) { in __cmd_test()
428 if (perf_test__matches(test_description(t, subi), in __cmd_test()
438 pr_info("%3d: %-*s:", curr + 1, width, test_description(t, -1)); in __cmd_test()
455 if (!perf_test__matches(test_description(t, subi), in __cmd_test()
488 if (!perf_test__matches(test_description(t, -1), curr, argc, argv)) in perf_test__list()
491 pr_info("%3d: %s\n", i, test_description(t, -1)); in perf_test__list()
499 test_description(t, subi)); in perf_test__list()