test_description
test_description(t, curr_test_case));
pr_info("%3d: %-*s:", curr_suite + 1, width, test_description(t, curr_test_case));
pr_info("%3d: %-*s:\n", curr_suite + 1, width, test_description(t, -1));
test_description(t, curr_test_case));
pr_info("%3d: %s:\n", curr_suite + 1, test_description(t, -1));
int i, len = strlen(test_description(*t, -1));
len = strlen(test_description(*t, i));
if (!perf_test__matches(test_description(*t, -1), curr_suite, argc, argv)) {
if (perf_test__matches(test_description(*t, curr_test_case),
test_description(*t, -1));
!perf_test__matches(test_description(*t, curr_test_case),
if (!perf_test__matches(test_description(*t, -1), curr_suite, argc, argv))
fprintf(fp, "%3d: %s\n", curr_suite + 1, test_description(*t, -1));
test_description(*t, curr_test_case));