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;
67 struct scripting_ops { struct79 int script_spec_register(const char *spec, struct scripting_ops *ops); argument
515 static struct scripting_ops default_scripting_ops = {523 static struct scripting_ops *scripting_ops; variable530 scripting_ops = &default_scripting_ops; in setup_scripting()535 return scripting_ops->flush_script(); in flush_scripting()542 return scripting_ops->stop_script(); in cleanup_scripting()576 scripting_ops->process_event(event, sample, evsel, &al); in process_sample_event()805 struct scripting_ops *ops;812 struct scripting_ops *ops) in script_spec__new()840 struct scripting_ops *ops) in script_spec__findnew()856 int script_spec_register(const char *spec, struct scripting_ops *ops) in script_spec_register()[all …]
625 struct scripting_ops perl_scripting_ops = {
1202 struct scripting_ops python_scripting_ops = {