Searched refs:test_description (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/tests/ |
H A D | builtin-test.c | 245 static const char *test_description(const struct test_suite *t, int test_case) in test_description() function 359 test_description(t, curr_test_case)); in print_test_result() 361 pr_info("%3d: %-*s:", curr_suite + 1, width, test_description(t, curr_test_case)); in print_test_result() 412 pr_info("%3d: %-*s:\n", curr_suite + 1, width, test_description(t, -1)); in finish_test() 423 test_description(t, curr_test_case)); in finish_test() 425 pr_info("%3d: %s:\n", curr_suite + 1, test_description(t, -1)); in finish_test() 565 int i, len = strlen(test_description(*t, -1)); in __cmd_test() 571 len = strlen(test_description(*t, i)); in __cmd_test() 614 if (!perf_test__matches(test_description(*t, -1), curr_suite, argc, argv)) { in __cmd_test() 622 if (perf_test__matches(test_description(* in __cmd_test() [all...] |