Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dtrace-event.h72 struct scripting_ops { struct
92 int script_spec_register(const char *spec, struct scripting_ops *ops); argument
Dtrace-event-scripting.c73 static void register_python_scripting(struct scripting_ops *scripting_ops) in register_python_scripting()
136 static void register_perl_scripting(struct scripting_ops *scripting_ops) in register_perl_scripting()
/kernel/linux/linux-6.6/tools/perf/util/
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 int script_spec_register(const char *spec, struct scripting_ops *ops); argument
Dtrace-event-scripting.c101 static void register_python_scripting(struct scripting_ops *scripting_ops) in register_python_scripting()
167 static void register_perl_scripting(struct scripting_ops *scripting_ops) in register_perl_scripting()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-script.c2027 static struct scripting_ops *scripting_ops; variable
/kernel/linux/linux-6.6/tools/perf/
Dbuiltin-script.c2274 static struct scripting_ops *scripting_ops; variable