diff options
Diffstat (limited to 'tools/perf/util/mmap.h')
-rw-r--r-- | tools/perf/util/mmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/mmap.h b/tools/perf/util/mmap.h index 3a5cb5a6e94a..e43d7b55a55f 100644 --- a/tools/perf/util/mmap.h +++ b/tools/perf/util/mmap.h | |||
@@ -86,10 +86,10 @@ static inline void perf_mmap__write_tail(struct perf_mmap *md, u64 tail) | |||
86 | pc->data_tail = tail; | 86 | pc->data_tail = tail; |
87 | } | 87 | } |
88 | 88 | ||
89 | union perf_event *perf_mmap__read_forward(struct perf_mmap *map, bool check_messup); | 89 | union perf_event *perf_mmap__read_forward(struct perf_mmap *map); |
90 | union perf_event *perf_mmap__read_backward(struct perf_mmap *map); | 90 | union perf_event *perf_mmap__read_backward(struct perf_mmap *map); |
91 | 91 | ||
92 | int perf_mmap__push(struct perf_mmap *md, bool overwrite, bool backward, | 92 | int perf_mmap__push(struct perf_mmap *md, bool backward, |
93 | void *to, int push(void *to, void *buf, size_t size)); | 93 | void *to, int push(void *to, void *buf, size_t size)); |
94 | 94 | ||
95 | size_t perf_mmap__mmap_len(struct perf_mmap *map); | 95 | size_t perf_mmap__mmap_len(struct perf_mmap *map); |