diff options
Diffstat (limited to 'tools/perf/util/trace-event.h')
-rw-r--r-- | tools/perf/util/trace-event.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/trace-event.h b/tools/perf/util/trace-event.h index 069d105e0fc0..cee16350cd86 100644 --- a/tools/perf/util/trace-event.h +++ b/tools/perf/util/trace-event.h | |||
@@ -58,7 +58,7 @@ int trace_parse_common_pid(struct pevent *pevent, void *data); | |||
58 | 58 | ||
59 | struct event_format *trace_find_next_event(struct pevent *pevent, | 59 | struct event_format *trace_find_next_event(struct pevent *pevent, |
60 | struct event_format *event); | 60 | struct event_format *event); |
61 | unsigned long long read_size(struct pevent *pevent, void *ptr, int size); | 61 | unsigned long long read_size(struct event_format *event, void *ptr, int size); |
62 | unsigned long long eval_flag(const char *flag); | 62 | unsigned long long eval_flag(const char *flag); |
63 | 63 | ||
64 | struct pevent_record *trace_read_data(struct pevent *pevent, int cpu); | 64 | struct pevent_record *trace_read_data(struct pevent *pevent, int cpu); |
@@ -81,7 +81,6 @@ struct scripting_ops { | |||
81 | int (*start_script) (const char *script, int argc, const char **argv); | 81 | int (*start_script) (const char *script, int argc, const char **argv); |
82 | int (*stop_script) (void); | 82 | int (*stop_script) (void); |
83 | void (*process_event) (union perf_event *event, | 83 | void (*process_event) (union perf_event *event, |
84 | struct pevent *pevent, | ||
85 | struct perf_sample *sample, | 84 | struct perf_sample *sample, |
86 | struct perf_evsel *evsel, | 85 | struct perf_evsel *evsel, |
87 | struct machine *machine, | 86 | struct machine *machine, |