diff options
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/util/unwind.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/perf/util/unwind.h b/tools/perf/util/unwind.h index 61fb1e90ff51..bfbdcc6198c9 100644 --- a/tools/perf/util/unwind.h +++ b/tools/perf/util/unwind.h | |||
@@ -1,10 +1,13 @@ | |||
1 | #ifndef __UNWIND_H | 1 | #ifndef __UNWIND_H |
2 | #define __UNWIND_H | 2 | #define __UNWIND_H |
3 | 3 | ||
4 | #include <linux/compiler.h> | ||
4 | #include <linux/types.h> | 5 | #include <linux/types.h> |
5 | #include "event.h" | 6 | |
6 | #include "symbol.h" | 7 | struct map; |
7 | #include "thread.h" | 8 | struct perf_sample; |
9 | struct symbol; | ||
10 | struct thread; | ||
8 | 11 | ||
9 | struct unwind_entry { | 12 | struct unwind_entry { |
10 | struct map *map; | 13 | struct map *map; |