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.h3
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
138enum { 139enum {
@@ -167,7 +168,7 @@ void print_funcs(void);
167void print_printk(void); 168void print_printk(void);
168 169
169int parse_ftrace_file(char *buf, unsigned long size); 170int parse_ftrace_file(char *buf, unsigned long size);
170int parse_event_file(char *buf, unsigned long size, char *system); 171int parse_event_file(char *buf, unsigned long size, char *sys);
171void print_event(int cpu, void *data, int size, unsigned long long nsecs, 172void print_event(int cpu, void *data, int size, unsigned long long nsecs,
172 char *comm); 173 char *comm);
173 174