aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-perl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/trace-event-perl.h')
-rw-r--r--tools/perf/util/trace-event-perl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/perf/util/trace-event-perl.h b/tools/perf/util/trace-event-perl.h
index 666a864f5dda..8fe0d866fe1a 100644
--- a/tools/perf/util/trace-event-perl.h
+++ b/tools/perf/util/trace-event-perl.h
@@ -44,8 +44,8 @@ struct scripting_context {
44 void *event_data; 44 void *event_data;
45}; 45};
46 46
47int get_common_pc(struct scripting_context *context); 47int common_pc(struct scripting_context *context);
48int get_common_flags(struct scripting_context *context); 48int common_flags(struct scripting_context *context);
49int get_common_lock_depth(struct scripting_context *context); 49int common_lock_depth(struct scripting_context *context);
50 50
51#endif /* __PERF_TRACE_EVENT_PERL_H */ 51#endif /* __PERF_TRACE_EVENT_PERL_H */