Home | History | Annotate | Download | only in Perf-Trace-Util

Lines Matching defs:context

3  * contents of Context.xs. Do not edit this file, edit Context.xs instead.
9 #line 1 "Context.xs"
11 * Context.xs. XS interfaces for perf script.
41 #line 42 "Context.c"
52 Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::common_pc", "context");
55 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0)));
59 RETVAL = common_pc(context);
75 Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::common_flags", "context");
78 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0)));
82 RETVAL = common_flags(context);
98 Perl_croak(aTHX_ "Usage: %s(%s)", "Perf::Trace::Context::common_lock_depth", "context");
101 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0)));
105 RETVAL = common_lock_depth(context);
128 newXSproto("Perf::Trace::Context::common_pc", XS_Perf__Trace__Context_common_pc, file, "$");
129 newXSproto("Perf::Trace::Context::common_flags", XS_Perf__Trace__Context_common_flags, file, "$");
130 newXSproto("Perf::Trace::Context::common_lock_depth", XS_Perf__Trace__Context_common_lock_depth, file, "$");