Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtrace-event.h88 struct scripting_ops { struct
89 const char *name;
90 const char *dirname; /* For script path .../scripts/<dirname>/... */
91 int (*start_script)(const char *script, int argc, const char **argv,
116 struct scripting_ops *script_spec__lookup(const char *spec); argument
H A Dtrace-event-scripting.c182 static void register_python_scripting(struct scripting_ops *scripting_ops) in register_python_scripting()
248 static void register_perl_scripting(struct scripting_ops *scripting_ops) in register_perl_scripting()
/linux/tools/perf/
H A Dbuiltin-script.c2566 static struct scripting_ops *scripting_ops; variable