script_spec_register   79 tools/perf/util/trace-event-scripting.c 	   script_spec_register("Python", scripting_ops) ||
script_spec_register   80 tools/perf/util/trace-event-scripting.c 	   script_spec_register("py", scripting_ops)) {
script_spec_register  142 tools/perf/util/trace-event-scripting.c 	   script_spec_register("Perl", scripting_ops) ||
script_spec_register  143 tools/perf/util/trace-event-scripting.c 	   script_spec_register("pl", scripting_ops)) {
script_spec_register   92 tools/perf/util/trace-event.h int script_spec_register(const char *spec, struct scripting_ops *ops);