]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - tools/perf/tests/tests.h
perf test: Add infrastructure to run shell based tests
[thirdparty/kernel/stable.git] / tools / perf / tests / tests.h
index bc207ac48fde00bd9d187e2b8f1f0643c65d008e..c46ae818aac859688324ce85a19d212784c34203 100644 (file)
@@ -35,6 +35,7 @@ struct test {
                const char *(*get_desc)(int subtest);
        } subtest;
        bool (*is_supported)(void);
+       void *priv;
 };
 
 /* Tests */