aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-perl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/trace-event-perl.c')
-rw-r--r--tools/perf/util/trace-event-perl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/perf/util/trace-event-perl.c b/tools/perf/util/trace-event-perl.c
index d179adebc547..2e1cc3c11c70 100644
--- a/tools/perf/util/trace-event-perl.c
+++ b/tools/perf/util/trace-event-perl.c
@@ -242,7 +242,7 @@ static inline struct event *find_cache_event(int type)
242 return event; 242 return event;
243} 243}
244 244
245int get_common_pc(struct scripting_context *context) 245int common_pc(struct scripting_context *context)
246{ 246{
247 int pc; 247 int pc;
248 248
@@ -251,7 +251,7 @@ int get_common_pc(struct scripting_context *context)
251 return pc; 251 return pc;
252} 252}
253 253
254int get_common_flags(struct scripting_context *context) 254int common_flags(struct scripting_context *context)
255{ 255{
256 int flags; 256 int flags;
257 257
@@ -260,7 +260,7 @@ int get_common_flags(struct scripting_context *context)
260 return flags; 260 return flags;
261} 261}
262 262
263int get_common_lock_depth(struct scripting_context *context) 263int common_lock_depth(struct scripting_context *context)
264{ 264{
265 int lock_depth; 265 int lock_depth;
266 266