HomeSort by relevance Sort by last modified time
    Searched full:scripting_context (Results 1 - 12 of 12) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/
typemap 1 struct scripting_context * T_PTR
Context.xs 33 struct scripting_context * context
37 struct scripting_context * context
41 struct scripting_context * context
Context.c 55 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0)));
78 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0)));
101 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0)));
README 16 scripting_context is a pointer to the perf data in the perf executable
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/
Context.c 30 static struct scripting_context *scripting_context; local
37 scripting_context = PyCObject_AsVoidPtr(context);
38 retval = common_pc(scripting_context);
46 static struct scripting_context *scripting_context; local
53 scripting_context = PyCObject_AsVoidPtr(context);
54 retval = common_flags(scripting_context);
62 static struct scripting_context *scripting_context; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
trace-event.h 82 struct scripting_context { struct
87 int common_pc(struct scripting_context *context);
88 int common_flags(struct scripting_context *context);
89 int common_lock_depth(struct scripting_context *context);
trace-event-scripting.c 31 struct scripting_context *scripting_context; variable in typeref:struct:scripting_context
94 scripting_context = malloc(sizeof(struct scripting_context));
157 scripting_context = malloc(sizeof(struct scripting_context));
trace-event-parse.c 44 static int get_common_field(struct scripting_context *context,
66 int common_lock_depth(struct scripting_context *context)
80 int common_flags(struct scripting_context *context)
94 int common_pc(struct scripting_context *context)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
trace-event-perl.c 61 extern struct scripting_context *scripting_context;
294 scripting_context->event_data = data;
295 scripting_context->pevent = evsel->tp_format->pevent;
302 XPUSHs(sv_2mortal(newSViv(PTR2IV(scripting_context))));
337 XPUSHs(sv_2mortal(newSViv(PTR2IV(scripting_context))));
trace-event-python.c 46 extern struct scripting_context *scripting_context;
278 scripting_context->event_data = data;
279 scripting_context->pevent = evsel->tp_format->pevent;
281 context = PyCObject_FromVoidPtr(scripting_context, NULL);
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 314 milliseconds