Searched refs:test_description (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A D | builtin-test.c | 171 static const char *test_description(const struct test_suite *t, int subtest) in test_description() function 375 int len = strlen(test_description(t, -1)); in __cmd_test() 385 if (!perf_test__matches(test_description(t, -1), curr, argc, argv)) { in __cmd_test() 392 if (perf_test__matches(test_description(t, subi), in __cmd_test() 401 pr_info("%3d: %-*s:", i, width, test_description(t, -1)); in __cmd_test() 430 int len = strlen(test_description(t, subi)); in __cmd_test() 437 if (!perf_test__matches(test_description(t, subi), in __cmd_test() 442 test_description(t, subi)); in __cmd_test() 481 if (!perf_test__matches(test_description(t, -1), curr, argc, argv)) in perf_test__list() 484 pr_info("%3d: %s\n", i, test_description(t, -1)); in perf_test__list() [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | patchtest | 77 …test_description = test.id().split('.')[-1].replace('_', ' ').replace("cve", "CVE").replace("signe… 83 test_description, json.loads(str(err[1]))["issue"], 91 …test_description = test.id().split('.')[-1].replace('_', ' ').replace("cve", "CVE").replace("signe… 96 test_description, test.id()) 103 …test_description = test.id().split('.')[-1].replace('_', ' ').replace("cve", "CVE").replace("signe… 108 test_description, json.loads(str(reason))["issue"],
|