Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dtrace-event.h73 struct scripting_ops { struct
74 const char *name;
75 const char *dirname; /* For script path .../scripts/<dirname>/... */
76 int (*start_script)(const char *script, int argc, const char **argv,
101 int script_spec_register(const char *spec, struct scripting_ops *ops); argument
Dtrace-event-scripting.c97 static void register_python_scripting(struct scripting_ops *scripting_ops) in register_python_scripting()
162 static void register_perl_scripting(struct scripting_ops *scripting_ops) in register_perl_scripting()
/linux-5.19.10/tools/perf/
Dbuiltin-script.c2224 static struct scripting_ops *scripting_ops; variable