diff options
Diffstat (limited to 'tools/perf/util/trace-event-perl.h')
-rw-r--r-- | tools/perf/util/trace-event-perl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/perf/util/trace-event-perl.h b/tools/perf/util/trace-event-perl.h index e88fb26137bb..01efcc9564fb 100644 --- a/tools/perf/util/trace-event-perl.h +++ b/tools/perf/util/trace-event-perl.h | |||
@@ -44,12 +44,4 @@ void boot_DynaLoader(pTHX_ CV *cv); | |||
44 | typedef PerlInterpreter * INTERP; | 44 | typedef PerlInterpreter * INTERP; |
45 | #endif | 45 | #endif |
46 | 46 | ||
47 | struct scripting_context { | ||
48 | void *event_data; | ||
49 | }; | ||
50 | |||
51 | int common_pc(struct scripting_context *context); | ||
52 | int common_flags(struct scripting_context *context); | ||
53 | int common_lock_depth(struct scripting_context *context); | ||
54 | |||
55 | #endif /* __PERF_TRACE_EVENT_PERL_H */ | 47 | #endif /* __PERF_TRACE_EVENT_PERL_H */ |