Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/tests/
Dtests.h32 typedef int (*test_fnptr)(struct test_suite *, int); typedef
38 test_fnptr run_case;
Dbuiltin-test.c154 static test_fnptr test_function(const struct test_suite *t, int subtest) in test_function()