aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
-rw-r--r--tools/perf/util/scripting-engines/trace-event-python.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/scripting-engines/trace-event-python.c b/tools/perf/util/scripting-engines/trace-event-python.c
index d9c83776a80f..0e17db41b49b 100644
--- a/tools/perf/util/scripting-engines/trace-event-python.c
+++ b/tools/perf/util/scripting-engines/trace-event-python.c
@@ -45,6 +45,7 @@
45#include "../trace-event.h" 45#include "../trace-event.h"
46#include "../call-path.h" 46#include "../call-path.h"
47#include "map.h" 47#include "map.h"
48#include "symbol.h"
48#include "thread_map.h" 49#include "thread_map.h"
49#include "cpumap.h" 50#include "cpumap.h"
50#include "print_binary.h" 51#include "print_binary.h"