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

/linux-master/tools/perf/tests/
H A Dbuiltin-test.c221 struct child_test { struct
230 struct child_test *child = container_of(process, struct child_test, process);
272 static int finish_test(struct child_test *child_test, int width) argument
274 struct test_suite *t = child_test->test;
275 int i = child_test->test_num;
276 int subi = child_test->subtest;
277 int out = child_test->process.out;
278 int err = child_test
[all...]

Completed in 102 milliseconds