diff options
Diffstat (limited to 'tools/perf/builtin-kmem.c')
-rw-r--r-- | tools/perf/builtin-kmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-kmem.c b/tools/perf/builtin-kmem.c index 2071d2485913..101b2682b4df 100644 --- a/tools/perf/builtin-kmem.c +++ b/tools/perf/builtin-kmem.c | |||
@@ -312,7 +312,7 @@ process_raw_event(event_t *raw_event __used, void *data, | |||
312 | } | 312 | } |
313 | } | 313 | } |
314 | 314 | ||
315 | static int process_sample_event(event_t *event) | 315 | static int process_sample_event(event_t *event, struct perf_session *session __used) |
316 | { | 316 | { |
317 | struct sample_data data; | 317 | struct sample_data data; |
318 | struct thread *thread; | 318 | struct thread *thread; |