Searched refs:test_description (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/tests/ |
| A D | builtin-test.c | 252 pr_info("%3d: %-*s:", i + 1, width, test_description(t, subtest)); in print_test_result() 291 pr_info("%3d: %-*s:\n", i + 1, width, test_description(t, -1)); in finish_test() 303 pr_info("%3d: %s:\n", i + 1, test_description(t, -1)); in finish_test() 338 pr_info("%3d: %s:\n", i + 1, test_description(t, -1)); in finish_test() 401 int len = strlen(test_description(t, -1)); in __cmd_test() 408 len = strlen(test_description(t, subi)); in __cmd_test() 428 if (perf_test__matches(test_description(t, subi), in __cmd_test() 438 pr_info("%3d: %-*s:", curr + 1, width, test_description(t, -1)); in __cmd_test() 455 if (!perf_test__matches(test_description(t, subi), in __cmd_test() 491 pr_info("%3d: %s\n", i, test_description(t, -1)); in perf_test__list() [all …]
|
Completed in 4 milliseconds