diff options
Diffstat (limited to 'tools/perf/util/python.c')
-rw-r--r-- | tools/perf/util/python.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/python.c b/tools/perf/util/python.c index 9b350482c403..07ca4535e6f7 100644 --- a/tools/perf/util/python.c +++ b/tools/perf/util/python.c | |||
@@ -5,6 +5,7 @@ | |||
5 | #include <poll.h> | 5 | #include <poll.h> |
6 | #include <linux/err.h> | 6 | #include <linux/err.h> |
7 | #include <perf/cpumap.h> | 7 | #include <perf/cpumap.h> |
8 | #include <traceevent/event-parse.h> | ||
8 | #include "debug.h" | 9 | #include "debug.h" |
9 | #include "evlist.h" | 10 | #include "evlist.h" |
10 | #include "callchain.h" | 11 | #include "callchain.h" |
@@ -13,6 +14,7 @@ | |||
13 | #include "cpumap.h" | 14 | #include "cpumap.h" |
14 | #include "print_binary.h" | 15 | #include "print_binary.h" |
15 | #include "thread_map.h" | 16 | #include "thread_map.h" |
17 | #include "trace-event.h" | ||
16 | #include "mmap.h" | 18 | #include "mmap.h" |
17 | #include "util.h" | 19 | #include "util.h" |
18 | #include "../perf-sys.h" | 20 | #include "../perf-sys.h" |