diff options
Diffstat (limited to 'tools/perf/builtin-sched.c')
-rw-r--r-- | tools/perf/builtin-sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-sched.c b/tools/perf/builtin-sched.c index bce05dff6dfe..412ae924640a 100644 --- a/tools/perf/builtin-sched.c +++ b/tools/perf/builtin-sched.c | |||
@@ -1655,7 +1655,7 @@ static int process_lost_event(event_t *event __used, | |||
1655 | return 0; | 1655 | return 0; |
1656 | } | 1656 | } |
1657 | 1657 | ||
1658 | static int sample_type_check(u64 type) | 1658 | static int sample_type_check(u64 type, struct perf_session *session __used) |
1659 | { | 1659 | { |
1660 | sample_type = type; | 1660 | sample_type = type; |
1661 | 1661 | ||