]> Pileus Git - ~andy/linux/blobdiff - tools/perf/builtin-lock.c
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/keith...
[~andy/linux] / tools / perf / builtin-lock.c
index 7a2a79d2cf2cc837a9e0894273b53cc31f3c589b..9ac05aafd9b2563e9625945e5dfa93dc98dfabad 100644 (file)
@@ -845,7 +845,9 @@ static void dump_info(void)
                die("Unknown type of information\n");
 }
 
-static int process_sample_event(union perf_event *event, struct perf_sample *sample,
+static int process_sample_event(union perf_event *event,
+                               struct perf_sample *sample,
+                               struct perf_evsel *evsel __used,
                                struct perf_session *s)
 {
        struct thread *thread = perf_session__findnew(s, sample->tid);