perf tests: Pass the subtest index to each test routine
[deliverable/linux.git] / tools / perf / arch / x86 / tests / rdpmc.c
index e7688214c7cf19fc040170b2590d19d8e011b6e8..7bb0d13c235f70326afc28d726f38f1d95499055 100644 (file)
@@ -149,7 +149,7 @@ out_close:
        return 0;
 }
 
-int test__rdpmc(void)
+int test__rdpmc(int subtest __maybe_unused)
 {
        int status = 0;
        int wret = 0;
This page took 0.027275 seconds and 5 git commands to generate.