Home
last modified time | relevance | path

Searched refs:scripting_ops (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dtrace-event-scripting.c78 struct scripting_ops python_scripting_unsupported_ops = {
87 static void register_python_scripting(struct scripting_ops *scripting_ops) in register_python_scripting() argument
90 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() argument
154 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;
Dtrace-event.h67 struct scripting_ops { struct
79 int script_spec_register(const char *spec, struct scripting_ops *ops); argument
/linux-4.1.27/tools/perf/
Dbuiltin-script.c515 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()
[all …]
/linux-4.1.27/tools/perf/util/scripting-engines/
Dtrace-event-perl.c625 struct scripting_ops perl_scripting_ops = {
Dtrace-event-python.c1202 struct scripting_ops python_scripting_ops = {