aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/trace-event.h')
-rw-r--r--tools/perf/util/trace-event.h4
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;
11union perf_event; 11union perf_event;
12struct perf_tool; 12struct perf_tool;
13struct thread; 13struct thread;
14struct plugin_list; 14struct tep_plugin_list;
15 15
16struct trace_event { 16struct 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
21int trace_event__init(struct trace_event *t); 21int trace_event__init(struct trace_event *t);