Lines Matching refs:scripting_ops
413 static struct scripting_ops default_scripting_ops = {
420 static struct scripting_ops *scripting_ops; variable
427 scripting_ops = &default_scripting_ops; in setup_scripting()
434 return scripting_ops->stop_script(); in cleanup_scripting()
477 scripting_ops->process_event(event, sample, evsel, machine, thread); in process_sample_event()
520 struct scripting_ops *ops;
527 struct scripting_ops *ops) in script_spec__new()
555 struct scripting_ops *ops) in script_spec__findnew()
571 int script_spec_register(const char *spec, struct scripting_ops *ops) in script_spec_register()
586 static struct scripting_ops *script_spec__lookup(const char *spec) in script_spec__lookup()
630 scripting_ops = script_spec__lookup(spec); in parse_scriptname()
631 if (!scripting_ops) { in parse_scriptname()
643 scripting_ops = script_spec__lookup(++ext); in parse_scriptname()
644 if (!scripting_ops) { in parse_scriptname()
1329 scripting_ops = script_spec__lookup(generate_script_lang); in cmd_script()
1330 if (!scripting_ops) { in cmd_script()
1335 err = scripting_ops->generate_script("perf-script"); in cmd_script()
1340 err = scripting_ops->start_script(script_name, argc, argv); in cmd_script()