aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/tests/sample-parsing.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/tests/sample-parsing.c')
-rw-r--r--tools/perf/tests/sample-parsing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/tests/sample-parsing.c b/tools/perf/tests/sample-parsing.c
index bac5c3885b3b..6d028f42b3cf 100644
--- a/tools/perf/tests/sample-parsing.c
+++ b/tools/perf/tests/sample-parsing.c
@@ -292,7 +292,7 @@ out_free:
292 * checks sample format bits separately and together. If the test passes %0 is 292 * checks sample format bits separately and together. If the test passes %0 is
293 * returned, otherwise %-1 is returned. 293 * returned, otherwise %-1 is returned.
294 */ 294 */
295int test__sample_parsing(int subtest __maybe_unused) 295int test__sample_parsing(struct test *test __maybe_unused, int subtest __maybe_unused)
296{ 296{
297 const u64 rf[] = {4, 5, 6, 7, 12, 13, 14, 15}; 297 const u64 rf[] = {4, 5, 6, 7, 12, 13, 14, 15};
298 u64 sample_type; 298 u64 sample_type;