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 5f59a39fb88b..da77e073c867 100644 --- a/tools/perf/util/trace-event.h +++ b/tools/perf/util/trace-event.h | |||
@@ -158,7 +158,7 @@ struct record *trace_read_data(int cpu); | |||
158 | 158 | ||
159 | void parse_set_info(int nr_cpus, int long_sz); | 159 | void parse_set_info(int nr_cpus, int long_sz); |
160 | 160 | ||
161 | void trace_report(void); | 161 | void trace_report(int fd); |
162 | 162 | ||
163 | void *malloc_or_die(unsigned int size); | 163 | void *malloc_or_die(unsigned int size); |
164 | 164 | ||
@@ -244,6 +244,6 @@ unsigned long long | |||
244 | raw_field_value(struct event *event, const char *name, void *data); | 244 | raw_field_value(struct event *event, const char *name, void *data); |
245 | void *raw_field_ptr(struct event *event, const char *name, void *data); | 245 | void *raw_field_ptr(struct event *event, const char *name, void *data); |
246 | 246 | ||
247 | void read_tracing_data(struct perf_event_attr *pattrs, int nb_events); | 247 | void read_tracing_data(int fd, struct perf_event_attr *pattrs, int nb_events); |
248 | 248 | ||
249 | #endif /* __PERF_TRACE_EVENTS_H */ | 249 | #endif /* __PERF_TRACE_EVENTS_H */ |