| #ifndef __PERF_TRACE_EVENT_PERL_H |
| #define __PERF_TRACE_EVENT_PERL_H |
| #define perl_construct(a) (0) |
| #define perl_parse(a,b,c,d,e) (0) |
| #define perl_destruct(a) (0) |
| static inline void newXS(const char *a, void *b, const char *c) {} |
| static void boot_Perf__Trace__Context(pTHX_ CV *cv) {} |
| static void boot_DynaLoader(pTHX_ CV *cv) {} |
| void boot_Perf__Trace__Context(pTHX_ CV *cv); |
| void boot_DynaLoader(pTHX_ CV *cv); |
| typedef PerlInterpreter * INTERP; |
| struct scripting_context { |
| int common_pc(struct scripting_context *context); |
| int common_flags(struct scripting_context *context); |
| int common_lock_depth(struct scripting_context *context); |
| #endif /* __PERF_TRACE_EVENT_PERL_H */ |