Home
last modified time | relevance | path

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

/linux-3.3/tools/perf/util/
Dtrace-event-scripting.c72 struct scripting_ops python_scripting_unsupported_ops = {
80 static void register_python_scripting(struct scripting_ops *scripting_ops) in register_python_scripting() argument
83 err = script_spec_register("Python", scripting_ops); in register_python_scripting()
87 err = script_spec_register("py", scripting_ops); in register_python_scripting()
100 extern struct scripting_ops python_scripting_ops;
133 struct scripting_ops perl_scripting_unsupported_ops = {
141 static void register_perl_scripting(struct scripting_ops *scripting_ops) in register_perl_scripting() argument
144 err = script_spec_register("Perl", scripting_ops); in register_perl_scripting()
148 err = script_spec_register("pl", scripting_ops); in register_perl_scripting()
161 extern struct scripting_ops perl_scripting_ops;
Dtrace-event.h292 struct scripting_ops { struct
304 int script_spec_register(const char *spec, struct scripting_ops *ops); argument
/linux-3.3/tools/perf/
Dbuiltin-script.c413 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()
[all …]
/linux-3.3/tools/perf/util/scripting-engines/
Dtrace-event-python.c595 struct scripting_ops python_scripting_ops = {
Dtrace-event-perl.c628 struct scripting_ops perl_scripting_ops = {