1 #ifndef __PERF_TRACE_EVENT_PERL_H
2 #define __PERF_TRACE_EVENT_PERL_H
24 #define get_cv(a,b) (0)
25 #define call_pv(a,b) (0)
26 #define perl_alloc() (0)
27 #define perl_construct(a) (0)
28 #define perl_parse(a,b,c,d,e) (0)
29 #define perl_run(a) (0)
30 #define perl_destruct(a) (0)
31 #define perl_free(a) (0)
36 static inline void newXS(const char *a
, void *b
, const char *c
) {}
37 static void boot_Perf__Trace__Context(pTHX_ CV
*cv
) {}
38 static void boot_DynaLoader(pTHX_ CV
*cv
) {}
42 void boot_Perf__Trace__Context(pTHX_ CV
*cv
);
43 void boot_DynaLoader(pTHX_ CV
*cv
);
44 typedef PerlInterpreter
* INTERP
;
47 struct scripting_context
{
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
);
55 #endif /* __PERF_TRACE_EVENT_PERL_H */