diff options
Diffstat (limited to 'tools/perf/builtin-trace.c')
-rw-r--r-- | tools/perf/builtin-trace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c index d5d20c34e221..5db687fc13de 100644 --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c | |||
@@ -44,6 +44,7 @@ static void setup_scripting(void) | |||
44 | perf_set_argv_exec_path(perf_exec_path()); | 44 | perf_set_argv_exec_path(perf_exec_path()); |
45 | 45 | ||
46 | setup_perl_scripting(); | 46 | setup_perl_scripting(); |
47 | setup_python_scripting(); | ||
47 | 48 | ||
48 | scripting_ops = &default_scripting_ops; | 49 | scripting_ops = &default_scripting_ops; |
49 | } | 50 | } |