Searched refs:scripting_ops (Results 1 – 5 of 5) sorted by relevance
78 struct scripting_ops python_scripting_unsupported_ops = {87 static void register_python_scripting(struct scripting_ops *scripting_ops) in register_python_scripting() argument90 err = script_spec_register("Python", scripting_ops); in register_python_scripting()94 err = script_spec_register("py", scripting_ops); in register_python_scripting()107 extern struct scripting_ops python_scripting_ops;142 struct scripting_ops perl_scripting_unsupported_ops = {151 static void register_perl_scripting(struct scripting_ops *scripting_ops) in register_perl_scripting() argument154 err = script_spec_register("Perl", scripting_ops); in register_perl_scripting()158 err = script_spec_register("pl", scripting_ops); in register_perl_scripting()171 extern struct scripting_ops perl_scripting_ops;
69 struct scripting_ops { struct83 int script_spec_register(const char *spec, struct scripting_ops *ops); argument
669 static struct scripting_ops default_scripting_ops = {677 static struct scripting_ops *scripting_ops; variable684 scripting_ops = &default_scripting_ops; in setup_scripting()689 return scripting_ops->flush_script(); in flush_scripting()696 return scripting_ops->stop_script(); in cleanup_scripting()730 scripting_ops->process_event(event, sample, evsel, &al); in process_sample_event()995 struct scripting_ops *ops;1002 struct scripting_ops *ops) in script_spec__new()1030 struct scripting_ops *ops) in script_spec__findnew()1046 int script_spec_register(const char *spec, struct scripting_ops *ops) in script_spec_register()[all …]
626 struct scripting_ops perl_scripting_ops = {
1203 struct scripting_ops python_scripting_ops = {