Searched refs:test_description (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/perf/tests/ |
| H A D | builtin-test.c | 275 test_description(t, curr_test_case)); in print_test_result() 328 pr_info("%3d: %-*s:\n", curr_suite + 1, width, test_description(t, -1)); in finish_test() 339 test_description(t, curr_test_case)); in finish_test() 341 pr_info("%3d: %s:\n", curr_suite + 1, test_description(t, -1)); in finish_test() 481 int i, len = strlen(test_description(*t, -1)); in __cmd_test() 487 len = strlen(test_description(*t, i)); in __cmd_test() 537 if (perf_test__matches(test_description(*t, curr_test_case), in __cmd_test() 549 test_description(*t, -1)); in __cmd_test() 556 if (!perf_test__matches(test_description(*t, curr_test_case), in __cmd_test() 596 fprintf(fp, "%3d: %s\n", curr_suite + 1, test_description(*t, -1)); in perf_test__list() [all …]
|