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.h4
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,
38int parse_ftrace_file(char *buf, unsigned long size); 38int parse_ftrace_file(char *buf, unsigned long size);
39int parse_event_file(char *buf, unsigned long size, char *sys); 39int parse_event_file(char *buf, unsigned long size, char *sys);
40 40
41struct record *trace_peek_data(int cpu); 41struct pevent_record *trace_peek_data(int cpu);
42struct event_format *trace_find_event(int type); 42struct event_format *trace_find_event(int type);
43 43
44unsigned long long 44unsigned long long
@@ -57,7 +57,7 @@ struct event_format *trace_find_next_event(struct event_format *event);
57unsigned long long read_size(void *ptr, int size); 57unsigned long long read_size(void *ptr, int size);
58unsigned long long eval_flag(const char *flag); 58unsigned long long eval_flag(const char *flag);
59 59
60struct record *trace_read_data(int cpu); 60struct pevent_record *trace_read_data(int cpu);
61int read_tracing_data(int fd, struct list_head *pattrs); 61int read_tracing_data(int fd, struct list_head *pattrs);
62 62
63struct tracing_data { 63struct tracing_data {