diff options
Diffstat (limited to 'tools/perf/util/event.h')
-rw-r--r-- | tools/perf/util/event.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h index 851fa06f4a42..38457d447a13 100644 --- a/tools/perf/util/event.h +++ b/tools/perf/util/event.h | |||
@@ -85,6 +85,7 @@ struct sample_event { | |||
85 | 85 | ||
86 | struct regs_dump { | 86 | struct regs_dump { |
87 | u64 abi; | 87 | u64 abi; |
88 | u64 mask; | ||
88 | u64 *regs; | 89 | u64 *regs; |
89 | }; | 90 | }; |
90 | 91 | ||
@@ -259,9 +260,9 @@ int perf_event__preprocess_sample(const union perf_event *event, | |||
259 | const char *perf_event__name(unsigned int id); | 260 | const char *perf_event__name(unsigned int id); |
260 | 261 | ||
261 | size_t perf_event__sample_event_size(const struct perf_sample *sample, u64 type, | 262 | size_t perf_event__sample_event_size(const struct perf_sample *sample, u64 type, |
262 | u64 sample_regs_user, u64 read_format); | 263 | u64 read_format); |
263 | int perf_event__synthesize_sample(union perf_event *event, u64 type, | 264 | int perf_event__synthesize_sample(union perf_event *event, u64 type, |
264 | u64 sample_regs_user, u64 read_format, | 265 | u64 read_format, |
265 | const struct perf_sample *sample, | 266 | const struct perf_sample *sample, |
266 | bool swapped); | 267 | bool swapped); |
267 | 268 | ||