Home
last modified time | relevance | path

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

/linux-6.14.4/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 struct scripting_ops *script_spec__lookup(const char *spec); argument
Dtrace-event-scripting.c183 static void register_python_scripting(struct scripting_ops *scripting_ops) in register_python_scripting()
249 static void register_perl_scripting(struct scripting_ops *scripting_ops) in register_perl_scripting()
/linux-6.14.4/tools/perf/
Dbuiltin-script.c2301 static struct scripting_ops *scripting_ops; variable