aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/trace-event.h')
-rw-r--r--tools/perf/util/trace-event.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/trace-event.h b/tools/perf/util/trace-event.h
index 356629a30ca9..d5168f0be4ec 100644
--- a/tools/perf/util/trace-event.h
+++ b/tools/perf/util/trace-event.h
@@ -72,8 +72,7 @@ struct scripting_ops {
72 void (*process_event) (union perf_event *event, 72 void (*process_event) (union perf_event *event,
73 struct perf_sample *sample, 73 struct perf_sample *sample,
74 struct perf_evsel *evsel, 74 struct perf_evsel *evsel,
75 struct thread *thread, 75 struct addr_location *al);
76 struct addr_location *al);
77 int (*generate_script) (struct pevent *pevent, const char *outfile); 76 int (*generate_script) (struct pevent *pevent, const char *outfile);
78}; 77};
79 78