diff options
Diffstat (limited to 'tools/perf/builtin-script.c')
-rw-r--r-- | tools/perf/builtin-script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index b766c2a9ac97..5c4c809008af 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c | |||
@@ -63,7 +63,7 @@ static int cleanup_scripting(void) | |||
63 | 63 | ||
64 | static char const *input_name = "perf.data"; | 64 | static char const *input_name = "perf.data"; |
65 | 65 | ||
66 | static int process_sample_event(event_t *event, struct sample_data *sample, | 66 | static int process_sample_event(event_t *event, struct perf_sample *sample, |
67 | struct perf_session *session) | 67 | struct perf_session *session) |
68 | { | 68 | { |
69 | struct thread *thread = perf_session__findnew(session, event->ip.pid); | 69 | struct thread *thread = perf_session__findnew(session, event->ip.pid); |