Searched refs:test_description (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/tests/ |
| H A D | builtin-test.c | 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() [all …]
|