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 112bc2aa72e1..639852ac1117 100644 --- a/tools/perf/util/trace-event.h +++ b/tools/perf/util/trace-event.h | |||
@@ -38,7 +38,7 @@ void print_event(int cpu, void *data, int size, unsigned long long nsecs, | |||
38 | int parse_ftrace_file(char *buf, unsigned long size); | 38 | int parse_ftrace_file(char *buf, unsigned long size); |
39 | int parse_event_file(char *buf, unsigned long size, char *sys); | 39 | int parse_event_file(char *buf, unsigned long size, char *sys); |
40 | 40 | ||
41 | struct record *trace_peek_data(int cpu); | 41 | struct pevent_record *trace_peek_data(int cpu); |
42 | struct event_format *trace_find_event(int type); | 42 | struct event_format *trace_find_event(int type); |
43 | 43 | ||
44 | unsigned long long | 44 | unsigned long long |
@@ -57,7 +57,7 @@ struct event_format *trace_find_next_event(struct event_format *event); | |||
57 | unsigned long long read_size(void *ptr, int size); | 57 | unsigned long long read_size(void *ptr, int size); |
58 | unsigned long long eval_flag(const char *flag); | 58 | unsigned long long eval_flag(const char *flag); |
59 | 59 | ||
60 | struct record *trace_read_data(int cpu); | 60 | struct pevent_record *trace_read_data(int cpu); |
61 | int read_tracing_data(int fd, struct list_head *pattrs); | 61 | int read_tracing_data(int fd, struct list_head *pattrs); |
62 | 62 | ||
63 | struct tracing_data { | 63 | struct tracing_data { |