Searched refs:scripting_ops (Results 1 – 5 of 5) sorted by relevance
88 struct scripting_ops python_scripting_unsupported_ops = {98 static void register_python_scripting(struct scripting_ops *scripting_ops) in register_python_scripting() argument104 script_spec_register("Python", scripting_ops) || in register_python_scripting()105 script_spec_register("py", scripting_ops)) { in register_python_scripting()117 extern struct scripting_ops python_scripting_ops;153 struct scripting_ops perl_scripting_unsupported_ops = {163 static void register_perl_scripting(struct scripting_ops *scripting_ops) in register_perl_scripting() argument169 script_spec_register("Perl", scripting_ops) || in register_perl_scripting()170 script_spec_register("pl", scripting_ops)) { in register_perl_scripting()182 extern struct scripting_ops perl_scripting_ops;
82 struct scripting_ops { struct110 int script_spec_register(const char *spec, struct scripting_ops *ops); argument
2270 static struct scripting_ops *scripting_ops; variable2305 if (scripting_ops && scripting_ops->process_stat) in process_stat()2313 if (scripting_ops && scripting_ops->process_stat_interval) in process_stat_interval()2327 return scripting_ops ? scripting_ops->flush_script() : 0; in flush_scripting()2334 return scripting_ops ? scripting_ops->stop_script() : 0; in cleanup_scripting()2408 if (scripting_ops) { in process_sample_event()2647 if (scripting_ops && scripting_ops->process_auxtrace_error) { in process_auxtrace_error()2671 if (scripting_ops && scripting_ops->process_throttle) in process_throttle_event()2811 if (scripting_ops && scripting_ops->process_auxtrace_error) in __cmd_script()2929 if (!scripting_ops) { in find_script()[all …]
756 struct scripting_ops perl_scripting_ops = {
2159 struct scripting_ops python_scripting_ops = {
Completed in 17 milliseconds