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

/linux-master/tools/perf/util/
H A Dtrace-event-scripting.c91 struct scripting_ops python_scripting_unsupported_ops = {
101 static void register_python_scripting(struct scripting_ops *scripting_ops) argument
107 script_spec_register("Python", scripting_ops) ||
108 script_spec_register("py", scripting_ops)) {
120 extern struct scripting_ops python_scripting_ops;
157 struct scripting_ops perl_scripting_unsupported_ops = {
167 static void register_perl_scripting(struct scripting_ops *scripting_ops) argument
173 script_spec_register("Perl", scripting_ops) ||
[all...]
H A Dtrace-event.h91 struct scripting_ops { struct
119 int script_spec_register(const char *spec, struct scripting_ops *ops);
/linux-master/tools/perf/
H A Dbuiltin-script.c2290 static struct scripting_ops *scripting_ops; variable in typeref:struct:scripting_ops
2325 if (scripting_ops && scripting_ops->process_stat)
2326 scripting_ops->process_stat(&stat_config, counter, tstamp);
2333 if (scripting_ops && scripting_ops->process_stat_interval)
2334 scripting_ops->process_stat_interval(tstamp);
2347 return scripting_ops ? scripting_ops
[all...]
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c764 struct scripting_ops perl_scripting_ops = {
H A Dtrace-event-python.c2224 struct scripting_ops python_scripting_ops = {

Completed in 141 milliseconds