diff options
Diffstat (limited to 'tools/perf/util/trace-event.h')
-rw-r--r-- | tools/perf/util/trace-event.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/trace-event.h b/tools/perf/util/trace-event.h index 00b440df66d8..cb92978be300 100644 --- a/tools/perf/util/trace-event.h +++ b/tools/perf/util/trace-event.h | |||
@@ -133,6 +133,7 @@ struct event { | |||
133 | int flags; | 133 | int flags; |
134 | struct format format; | 134 | struct format format; |
135 | struct print_fmt print_fmt; | 135 | struct print_fmt print_fmt; |
136 | char *system; | ||
136 | }; | 137 | }; |
137 | 138 | ||
138 | enum { | 139 | enum { |
@@ -167,7 +168,7 @@ void print_funcs(void); | |||
167 | void print_printk(void); | 168 | void print_printk(void); |
168 | 169 | ||
169 | int parse_ftrace_file(char *buf, unsigned long size); | 170 | int parse_ftrace_file(char *buf, unsigned long size); |
170 | int parse_event_file(char *buf, unsigned long size, char *system); | 171 | int parse_event_file(char *buf, unsigned long size, char *sys); |
171 | void print_event(int cpu, void *data, int size, unsigned long long nsecs, | 172 | void print_event(int cpu, void *data, int size, unsigned long long nsecs, |
172 | char *comm); | 173 | char *comm); |
173 | 174 | ||