diff options
Diffstat (limited to 'tools/perf/util/trace-event.h')
-rw-r--r-- | tools/perf/util/trace-event.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/trace-event.h b/tools/perf/util/trace-event.h index 2da6eff0caaf..f024d73bfc40 100644 --- a/tools/perf/util/trace-event.h +++ b/tools/perf/util/trace-event.h | |||
@@ -11,11 +11,11 @@ struct perf_sample; | |||
11 | union perf_event; | 11 | union perf_event; |
12 | struct perf_tool; | 12 | struct perf_tool; |
13 | struct thread; | 13 | struct thread; |
14 | struct plugin_list; | 14 | struct tep_plugin_list; |
15 | 15 | ||
16 | struct trace_event { | 16 | struct trace_event { |
17 | struct tep_handle *pevent; | 17 | struct tep_handle *pevent; |
18 | struct plugin_list *plugin_list; | 18 | struct tep_plugin_list *plugin_list; |
19 | }; | 19 | }; |
20 | 20 | ||
21 | int trace_event__init(struct trace_event *t); | 21 | int trace_event__init(struct trace_event *t); |