diff options
Diffstat (limited to 'tools/perf/util/trace-event.h')
-rw-r--r-- | tools/perf/util/trace-event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/trace-event.h b/tools/perf/util/trace-event.h index f6637c2fa1fe..dd51c6872a15 100644 --- a/tools/perf/util/trace-event.h +++ b/tools/perf/util/trace-event.h | |||
@@ -248,7 +248,7 @@ unsigned long long | |||
248 | raw_field_value(struct event *event, const char *name, void *data); | 248 | raw_field_value(struct event *event, const char *name, void *data); |
249 | void *raw_field_ptr(struct event *event, const char *name, void *data); | 249 | void *raw_field_ptr(struct event *event, const char *name, void *data); |
250 | 250 | ||
251 | void read_tracing_data(int fd, struct perf_event_attr *pattrs, int nb_events); | 251 | int read_tracing_data(int fd, struct perf_event_attr *pattrs, int nb_events); |
252 | 252 | ||
253 | /* taken from kernel/trace/trace.h */ | 253 | /* taken from kernel/trace/trace.h */ |
254 | enum trace_flag_type { | 254 | enum trace_flag_type { |