Home
last modified time | relevance | path

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

/tools/perf/util/
A Dtrace-event-scripting.c31 struct scripting_ops *ops;
38 struct scripting_ops *ops) in script_spec__new()
183 static void register_python_scripting(struct scripting_ops *scripting_ops) in register_python_scripting() argument
189 script_spec_register("Python", scripting_ops) || in register_python_scripting()
190 script_spec_register("py", scripting_ops)) { in register_python_scripting()
202 extern struct scripting_ops python_scripting_ops;
239 struct scripting_ops perl_scripting_unsupported_ops = {
249 static void register_perl_scripting(struct scripting_ops *scripting_ops) in register_perl_scripting() argument
255 script_spec_register("Perl", scripting_ops) || in register_perl_scripting()
256 script_spec_register("pl", scripting_ops)) { in register_perl_scripting()
[all …]
A Dtrace-event.h88 struct scripting_ops { struct
116 struct scripting_ops *script_spec__lookup(const char *spec); argument
117 int script_spec__for_each(int (*cb)(struct scripting_ops *ops, const char *spec));
/tools/perf/
A Dbuiltin-script.c2329 static struct scripting_ops *scripting_ops; variable
2364 if (scripting_ops && scripting_ops->process_stat) in process_stat()
2372 if (scripting_ops && scripting_ops->process_stat_interval) in process_stat_interval()
2386 return scripting_ops ? scripting_ops->flush_script() : 0; in flush_scripting()
2393 return scripting_ops ? scripting_ops->stop_script() : 0; in cleanup_scripting()
2467 if (scripting_ops) { in process_sample_event()
2694 if (scripting_ops && scripting_ops->process_switch && !filter_cpu(sample)) in process_switch_event()
2707 if (scripting_ops && scripting_ops->process_auxtrace_error) { in process_auxtrace_error()
2731 if (scripting_ops && scripting_ops->process_throttle) in process_throttle_event()
2876 if (scripting_ops && scripting_ops->process_auxtrace_error) in __cmd_script()
[all …]
/tools/perf/util/scripting-engines/
A Dtrace-event-perl.c765 struct scripting_ops perl_scripting_ops = {
A Dtrace-event-python.c2188 struct scripting_ops python_scripting_ops = {

Completed in 23 milliseconds