Searched refs:test_description (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/tests/
H A Dbuiltin-test.c181 static const char *test_description(const struct test_suite *t, int subtest) function
246 pr_info("%3d.%1d: %-*s:", i + 1, subtest + 1, subw, test_description(t, subtest));
248 pr_info("%3d: %-*s:", i + 1, width, test_description(t, subtest));
290 pr_info("%3d: %-*s:\n", i + 1, width, test_description(t, -1));
302 pr_info("%3d.%1d: %s:\n", i + 1, subi + 1, test_description(t, subi));
304 pr_info("%3d: %s:\n", i + 1, test_description(t, -1));
354 pr_info("%3d.%1d: %s:\n", i + 1, subi + 1, test_description(t, subi));
356 pr_info("%3d: %s:\n", i + 1, test_description(t, -1));
422 int len = strlen(test_description(t, -1));
429 len = strlen(test_description(
[all...]

Completed in 152 milliseconds