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
385
XPUSHs(sv_2mortal(newSViv(PTR2IV(scripting_context))));
tools/perf/util/scripting-engines/trace-event-perl.c
423
XPUSHs(sv_2mortal(newSViv(PTR2IV(scripting_context))));
tools/perf/util/scripting-engines/trace-event-perl.c
465
scripting_context__update(scripting_context, event, sample, al, addr_al);
tools/perf/util/scripting-engines/trace-event-perl.c
488
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
1021
val = tep_read_number(scripting_context->pevent,
tools/perf/util/scripting-engines/trace-event-python.c
1504
scripting_context__update(scripting_context, event, sample, al, addr_al);
tools/perf/util/scripting-engines/trace-event-python.c
1770
perf_script_context = _PyCapsule_New(scripting_context, NULL, NULL);
tools/perf/util/scripting-engines/trace-event-python.c
1933
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
988
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
181
if (scripting_context == NULL)
tools/perf/util/trace-event-scripting.c
182
scripting_context = malloc(sizeof(*scripting_context));
tools/perf/util/trace-event-scripting.c
184
if (scripting_context == NULL ||
tools/perf/util/trace-event-scripting.c
188
zfree(&scripting_context);
tools/perf/util/trace-event-scripting.c
247
if (scripting_context == NULL)
tools/perf/util/trace-event-scripting.c
248
scripting_context = malloc(sizeof(*scripting_context));
tools/perf/util/trace-event-scripting.c
250
if (scripting_context == NULL ||
tools/perf/util/trace-event-scripting.c
254
zfree(&scripting_context);
tools/perf/util/trace-event-scripting.c
26
struct scripting_context *scripting_context;
tools/perf/util/trace-event.h
131
void scripting_context__update(struct scripting_context *scripting_context,
tools/perf/util/trace-event.h
137
int common_pc(struct scripting_context *context);
tools/perf/util/trace-event.h
138
int common_flags(struct scripting_context *context);
tools/perf/util/trace-event.h
139
int common_lock_depth(struct scripting_context *context);