Lines Matching refs:test_description
145 static const char *test_description(const struct test_suite *t, int subtest) in test_description() function
447 int len = strlen(test_description(t, -1)); in __cmd_test()
457 if (!perf_test__matches(test_description(t, -1), curr, argc, argv)) { in __cmd_test()
464 if (perf_test__matches(test_description(t, subi), in __cmd_test()
473 pr_info("%2d: %-*s:", i, width, test_description(t, -1)); in __cmd_test()
502 int len = strlen(test_description(t, subi)); in __cmd_test()
509 if (!perf_test__matches(test_description(t, subi), in __cmd_test()
514 test_description(t, subi)); in __cmd_test()
567 if (!perf_test__matches(test_description(t, -1), curr, argc, argv)) in perf_test__list()
570 pr_info("%2d: %s\n", i, test_description(t, -1)); in perf_test__list()
578 test_description(t, subi)); in perf_test__list()