Lines Matching refs:scripting_ops
515 static struct scripting_ops default_scripting_ops = {
523 static struct scripting_ops *scripting_ops; variable
530 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()
871 static struct scripting_ops *script_spec__lookup(const char *spec) in script_spec__lookup()
915 scripting_ops = script_spec__lookup(spec); in parse_scriptname()
916 if (!scripting_ops) { in parse_scriptname()
928 scripting_ops = script_spec__lookup(++ext); in parse_scriptname()
929 if (!scripting_ops) { in parse_scriptname()
1808 scripting_ops = script_spec__lookup(generate_script_lang); in cmd_script()
1809 if (!scripting_ops) { in cmd_script()
1815 err = scripting_ops->generate_script(session->tevent.pevent, in cmd_script()
1821 err = scripting_ops->start_script(script_name, argc, argv); in cmd_script()