Symbol: scripting_context
tools/perf/scripts/perl/Perf-Trace-Util/Context.c
42
struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0)));
tools/perf/scripts/perl/Perf-Trace-Util/Context.c
65
struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0)));
tools/perf/scripts/perl/Perf-Trace-Util/Context.c
88
struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0)));
tools/perf/scripts/python/Perf-Trace-Util/Context.c
106
struct scripting_context *c;
tools/perf/scripts/python/Perf-Trace-Util/Context.c
132
struct scripting_context *c = get_scripting_context(args);
tools/perf/scripts/python/Perf-Trace-Util/Context.c
36
static struct scripting_context *get_args(PyObject *args, const char *name, PyObject **arg2)
tools/perf/scripts/python/Perf-Trace-Util/Context.c
47
static struct scripting_context *get_scripting_context(PyObject *args)
tools/perf/scripts/python/Perf-Trace-Util/Context.c
55
struct scripting_context *c = get_scripting_context(args);
tools/perf/scripts/python/Perf-Trace-Util/Context.c
66
struct scripting_context *c = get_scripting_context(args);
tools/perf/scripts/python/Perf-Trace-Util/Context.c
77
struct scripting_context *c = get_scripting_context(args);
tools/perf/scripts/python/Perf-Trace-Util/Context.c
88
struct scripting_context *c = get_scripting_context(args);
tools/perf/util/scripting-engines/trace-event-perl.c
386
XPUSHs(sv_2mortal(newSViv(PTR2IV(scripting_context))));
tools/perf/util/scripting-engines/trace-event-perl.c
424
XPUSHs(sv_2mortal(newSViv(PTR2IV(scripting_context))));
tools/perf/util/scripting-engines/trace-event-perl.c
468
scripting_context__update(scripting_context, event, sample, evsel, al, addr_al);
tools/perf/util/scripting-engines/trace-event-perl.c
491
scripting_context->session = session;
tools/perf/util/scripting-engines/trace-event-perl.c
70
extern struct scripting_context *scripting_context;
tools/perf/util/scripting-engines/trace-event-python.c
1025
val = tep_read_number(scripting_context->pevent,
tools/perf/util/scripting-engines/trace-event-python.c
1511
scripting_context__update(scripting_context, event, sample, evsel, al, addr_al);
tools/perf/util/scripting-engines/trace-event-python.c
1755
perf_script_context = _PyCapsule_New(scripting_context, NULL, NULL);
tools/perf/util/scripting-engines/trace-event-python.c
1918
scripting_context->session = session;
tools/perf/util/scripting-engines/trace-event-python.c
89
extern struct scripting_context *scripting_context;
tools/perf/util/scripting-engines/trace-event-python.c
992
context = _PyCapsule_New(scripting_context, NULL, NULL);
tools/perf/util/trace-event-parse.c
17
static int get_common_field(struct scripting_context *context,
tools/perf/util/trace-event-parse.c
40
int common_lock_depth(struct scripting_context *context)
tools/perf/util/trace-event-parse.c
54
int common_flags(struct scripting_context *context)
tools/perf/util/trace-event-parse.c
68
int common_pc(struct scripting_context *context)
tools/perf/util/trace-event-scripting.c
103
void scripting_context__update(struct scripting_context *c,
tools/perf/util/trace-event-scripting.c
184
if (scripting_context == NULL)
tools/perf/util/trace-event-scripting.c
185
scripting_context = malloc(sizeof(*scripting_context));
tools/perf/util/trace-event-scripting.c
187
if (scripting_context == NULL ||
tools/perf/util/trace-event-scripting.c
191
zfree(&scripting_context);
tools/perf/util/trace-event-scripting.c
250
if (scripting_context == NULL)
tools/perf/util/trace-event-scripting.c
251
scripting_context = malloc(sizeof(*scripting_context));
tools/perf/util/trace-event-scripting.c
253
if (scripting_context == NULL ||
tools/perf/util/trace-event-scripting.c
257
zfree(&scripting_context);
tools/perf/util/trace-event-scripting.c
26
struct scripting_context *scripting_context;
tools/perf/util/trace-event.h
133
void scripting_context__update(struct scripting_context *scripting_context,
tools/perf/util/trace-event.h
140
int common_pc(struct scripting_context *context);
tools/perf/util/trace-event.h
141
int common_flags(struct scripting_context *context);
tools/perf/util/trace-event.h
142
int common_lock_depth(struct scripting_context *context);