diff options
Diffstat (limited to 'tools/perf/builtin-trace.c')
-rw-r--r-- | tools/perf/builtin-trace.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c index e96bb534b948..ca8ebf1ec64e 100644 --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c | |||
@@ -38,6 +38,8 @@ static void setup_scripting(void) | |||
38 | /* make sure PERF_EXEC_PATH is set for scripts */ | 38 | /* make sure PERF_EXEC_PATH is set for scripts */ |
39 | perf_set_argv_exec_path(perf_exec_path()); | 39 | perf_set_argv_exec_path(perf_exec_path()); |
40 | 40 | ||
41 | setup_perl_scripting(); | ||
42 | |||
41 | scripting_ops = &default_scripting_ops; | 43 | scripting_ops = &default_scripting_ops; |
42 | } | 44 | } |
43 | 45 | ||