diff options
Diffstat (limited to 'tools/perf/util/top.h')
-rw-r--r-- | tools/perf/util/top.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/top.h b/tools/perf/util/top.h index 399650967958..44eda6fc6b33 100644 --- a/tools/perf/util/top.h +++ b/tools/perf/util/top.h | |||
@@ -2,14 +2,15 @@ | |||
2 | #define __PERF_TOP_H 1 | 2 | #define __PERF_TOP_H 1 |
3 | 3 | ||
4 | #include "types.h" | 4 | #include "types.h" |
5 | #include "session.h" | ||
5 | #include "../perf.h" | 6 | #include "../perf.h" |
6 | #include <stddef.h> | 7 | #include <stddef.h> |
7 | 8 | ||
8 | struct perf_evlist; | 9 | struct perf_evlist; |
9 | struct perf_evsel; | 10 | struct perf_evsel; |
10 | struct perf_session; | ||
11 | 11 | ||
12 | struct perf_top { | 12 | struct perf_top { |
13 | struct perf_event_ops ops; | ||
13 | struct perf_evlist *evlist; | 14 | struct perf_evlist *evlist; |
14 | /* | 15 | /* |
15 | * Symbols will be added here in perf_event__process_sample and will | 16 | * Symbols will be added here in perf_event__process_sample and will |