Home
last modified time | relevance | path

Searched refs:child_tests (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/perf/tests/
H A Dbuiltin-test.c307 struct child_test *child_test = child_tests[running_test]; in finish_test()
353 if (child_tests[y] == NULL) in finish_test()
408 zfree(&child_tests[running_test]); in finish_test()
466 static struct child_test **child_tests; variable
493 child_tests = calloc(num_tests, sizeof(*child_tests)); in __cmd_test()
494 if (!child_tests) in __cmd_test()
502 struct child_test *child_test = child_tests[x]; in __cmd_test()
561 &child_tests[child_test_num++], in __cmd_test()
571 finish_test(child_tests, x, num_tests, width); in __cmd_test()
580 finish_test(child_tests, x, num_tests, width); in __cmd_test()
[all …]