Home
last modified time | relevance | path

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

/linux-4.4.14/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.h69 struct scripting_ops { struct
83 int script_spec_register(const char *spec, struct scripting_ops *ops); argument
/linux-4.4.14/tools/perf/
Dbuiltin-script.c669 static struct scripting_ops default_scripting_ops = {
677 static struct scripting_ops *scripting_ops; variable
684 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 …]
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-perl.c626 struct scripting_ops perl_scripting_ops = {
Dtrace-event-python.c1203 struct scripting_ops python_scripting_ops = {