aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
-rw-r--r--tools/perf/util/trace-event-scripting.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/trace-event-scripting.c b/tools/perf/util/trace-event-scripting.c
index aceb8eea15fc..302ff262494c 100644
--- a/tools/perf/util/trace-event-scripting.c
+++ b/tools/perf/util/trace-event-scripting.c
@@ -39,7 +39,7 @@ static void process_event_unsupported(union perf_event *event __unused,
39 struct perf_sample *sample __unused, 39 struct perf_sample *sample __unused,
40 struct perf_evsel *evsel __unused, 40 struct perf_evsel *evsel __unused,
41 struct machine *machine __unused, 41 struct machine *machine __unused,
42 struct thread *thread __unused) 42 struct addr_location *al __unused)
43{ 43{
44} 44}
45 45