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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dtrace-event-scripting.c72 struct scripting_ops python_scripting_unsupported_ops = {
80 static void register_python_scripting(struct scripting_ops *scripting_ops) argument
83 err = script_spec_register("Python", scripting_ops);
87 err = script_spec_register("py", scripting_ops);
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) argument
144 err = script_spec_register("Perl", scripting_ops);
[all...]
H A Dtrace-event.h278 struct scripting_ops { struct
287 int script_spec_register(const char *spec, struct scripting_ops *ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-trace.c38 static struct scripting_ops default_scripting_ops = {
45 static struct scripting_ops *scripting_ops; variable in typeref:struct:scripting_ops
55 scripting_ops = &default_scripting_ops;
62 return scripting_ops->stop_script();
100 scripting_ops->process_event(data.cpu, data.raw_data,
154 struct scripting_ops *ops;
161 struct scripting_ops *ops)
195 struct scripting_ops *ops)
216 int script_spec_register(const char *spec, struct scripting_ops *op
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c559 struct scripting_ops perl_scripting_ops = {
H A Dtrace-event-python.c588 struct scripting_ops python_scripting_ops = {

Completed in 64 milliseconds