Lines Matching refs:test_description
251 static const char *test_description(const struct test_suite *t, int test_case) in test_description() function
365 test_description(t, curr_test_case)); in print_test_result()
367 pr_info("%3d: %-*s:", curr_suite + 1, width, test_description(t, curr_test_case)); in print_test_result()
418 pr_info("%3d: %-*s:\n", curr_suite + 1, width, test_description(t, -1)); in finish_test()
429 test_description(t, curr_test_case)); in finish_test()
431 pr_info("%3d: %s:\n", curr_suite + 1, test_description(t, -1)); in finish_test()
571 int i, len = strlen(test_description(*t, -1)); in __cmd_test()
577 len = strlen(test_description(*t, i)); in __cmd_test()
620 if (!perf_test__matches(test_description(*t, -1), curr_suite, argc, argv)) { in __cmd_test()
628 if (perf_test__matches(test_description(*t, curr_test_case), in __cmd_test()
642 test_description(*t, -1)); in __cmd_test()
650 !perf_test__matches(test_description(*t, curr_test_case), in __cmd_test()
686 if (!perf_test__matches(test_description(*t, -1), curr_suite, argc, argv)) in perf_test__list()
689 fprintf(fp, "%3d: %s\n", curr_suite + 1, test_description(*t, -1)); in perf_test__list()
696 test_description(*t, curr_test_case)); in perf_test__list()