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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
trace-event-scripting.c 75 struct scripting_ops python_scripting_unsupported_ops = {
83 static void register_python_scripting(struct scripting_ops *scripting_ops)
86 err = script_spec_register("Python", scripting_ops);
90 err = script_spec_register("py", scripting_ops);
103 extern struct scripting_ops python_scripting_ops;
138 struct scripting_ops perl_scripting_unsupported_ops = {
146 static void register_perl_scripting(struct scripting_ops *scripting_ops)
149 err = script_spec_register("Perl", scripting_ops);
    [all...]
trace-event.h 64 struct scripting_ops { struct
77 int script_spec_register(const char *spec, struct scripting_ops *ops);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-script.c 473 static struct scripting_ops default_scripting_ops = {
480 static struct scripting_ops *scripting_ops; variable in typeref:struct:scripting_ops
487 scripting_ops = &default_scripting_ops;
494 return scripting_ops->stop_script();
536 scripting_ops->process_event(event, sample, evsel, machine, thread, &al);
577 struct scripting_ops *ops;
584 struct scripting_ops *ops)
612 struct scripting_ops *ops)
628 int script_spec_register(const char *spec, struct scripting_ops *ops
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
trace-event-perl.c 639 struct scripting_ops perl_scripting_ops = {
trace-event-python.c 700 struct scripting_ops python_scripting_ops = {
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 242 milliseconds