Searched refs:scripting_ops (Results 1 – 5 of 5) sorted by relevance
31 struct scripting_ops *ops;38 struct scripting_ops *ops) in script_spec__new()183 static void register_python_scripting(struct scripting_ops *scripting_ops) in register_python_scripting() argument189 script_spec_register("Python", scripting_ops) || in register_python_scripting()190 script_spec_register("py", scripting_ops)) { in register_python_scripting()202 extern struct scripting_ops python_scripting_ops;239 struct scripting_ops perl_scripting_unsupported_ops = {249 static void register_perl_scripting(struct scripting_ops *scripting_ops) in register_perl_scripting() argument255 script_spec_register("Perl", scripting_ops) || in register_perl_scripting()256 script_spec_register("pl", scripting_ops)) { in register_perl_scripting()[all …]
88 struct scripting_ops { struct116 struct scripting_ops *script_spec__lookup(const char *spec); argument117 int script_spec__for_each(int (*cb)(struct scripting_ops *ops, const char *spec));
2329 static struct scripting_ops *scripting_ops; variable2364 if (scripting_ops && scripting_ops->process_stat) in process_stat()2372 if (scripting_ops && scripting_ops->process_stat_interval) in process_stat_interval()2386 return scripting_ops ? scripting_ops->flush_script() : 0; in flush_scripting()2393 return scripting_ops ? scripting_ops->stop_script() : 0; in cleanup_scripting()2467 if (scripting_ops) { in process_sample_event()2694 if (scripting_ops && scripting_ops->process_switch && !filter_cpu(sample)) in process_switch_event()2707 if (scripting_ops && scripting_ops->process_auxtrace_error) { in process_auxtrace_error()2731 if (scripting_ops && scripting_ops->process_throttle) in process_throttle_event()2876 if (scripting_ops && scripting_ops->process_auxtrace_error) in __cmd_script()[all …]
765 struct scripting_ops perl_scripting_ops = {
2188 struct scripting_ops python_scripting_ops = {
Completed in 23 milliseconds