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

  /external/linux-tools-perf/util/
trace-event-scripting.c 72 struct scripting_ops python_scripting_unsupported_ops = {
80 static void register_python_scripting(struct scripting_ops *scripting_ops)
83 err = script_spec_register("Python", scripting_ops);
87 err = script_spec_register("py", scripting_ops);
100 extern struct scripting_ops python_scripting_ops;
133 struct scripting_ops perl_scripting_unsupported_ops = {
141 static void register_perl_scripting(struct scripting_ops *scripting_ops)
144 err = script_spec_register("Perl", scripting_ops);
    [all...]
trace-event.h 281 struct scripting_ops { struct
293 int script_spec_register(const char *spec, struct scripting_ops *ops);
  /external/linux-tools-perf/
builtin-script.c 319 static struct scripting_ops default_scripting_ops = {
326 static struct scripting_ops *scripting_ops; variable in typeref:struct:scripting_ops
333 scripting_ops = &default_scripting_ops;
340 return scripting_ops->stop_script();
368 scripting_ops->process_event(event, sample, evsel, session, thread);
411 struct scripting_ops *ops;
418 struct scripting_ops *ops)
452 struct scripting_ops *ops)
473 int script_spec_register(const char *spec, struct scripting_ops *ops
    [all...]
  /external/linux-tools-perf/util/scripting-engines/
trace-event-perl.c 565 struct scripting_ops perl_scripting_ops = {
trace-event-python.c 593 struct scripting_ops python_scripting_ops = {

Completed in 1137 milliseconds