Home
last modified time | relevance | path

Searched refs:scripting_ops (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/
A Dtrace-event-scripting.c87 struct scripting_ops python_scripting_unsupported_ops = {
97 static void register_python_scripting(struct scripting_ops *scripting_ops) in register_python_scripting() argument
103 script_spec_register("Python", scripting_ops) || in register_python_scripting()
104 script_spec_register("py", scripting_ops)) { in register_python_scripting()
116 extern struct scripting_ops python_scripting_ops;
152 struct scripting_ops perl_scripting_unsupported_ops = {
162 static void register_perl_scripting(struct scripting_ops *scripting_ops) in register_perl_scripting() argument
168 script_spec_register("Perl", scripting_ops) || in register_perl_scripting()
169 script_spec_register("pl", scripting_ops)) { in register_perl_scripting()
181 extern struct scripting_ops perl_scripting_ops;
A Dtrace-event.h73 struct scripting_ops { struct
101 int script_spec_register(const char *spec, struct scripting_ops *ops); argument
/linux/tools/perf/
A Dbuiltin-script.c2111 static struct scripting_ops *scripting_ops; variable
2149 if (scripting_ops && scripting_ops->process_stat) in process_stat()
2157 if (scripting_ops && scripting_ops->process_stat_interval) in process_stat_interval()
2169 return scripting_ops ? scripting_ops->flush_script() : 0; in flush_scripting()
2176 return scripting_ops ? scripting_ops->stop_script() : 0; in cleanup_scripting()
2250 if (scripting_ops) { in process_sample_event()
2489 if (scripting_ops && scripting_ops->process_auxtrace_error) { in process_auxtrace_error()
2513 if (scripting_ops && scripting_ops->process_throttle) in process_throttle_event()
2653 if (scripting_ops && scripting_ops->process_auxtrace_error) in __cmd_script()
2771 if (!scripting_ops) { in find_script()
[all …]
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-perl.c753 struct scripting_ops perl_scripting_ops = {
A Dtrace-event-python.c2102 struct scripting_ops python_scripting_ops = {

Completed in 28 milliseconds