Home
last modified time | relevance | path

Searched defs:scripting_ops (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dtrace-event.h64 struct scripting_ops { struct
77 int script_spec_register(const char *spec, struct scripting_ops *ops); argument
Dtrace-event-scripting.c83 static void register_python_scripting(struct scripting_ops *scripting_ops) in register_python_scripting()
146 static void register_perl_scripting(struct scripting_ops *scripting_ops) in register_perl_scripting()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-script.c480 static struct scripting_ops *scripting_ops; variable