Lines Matching refs:mmap
4 #include <internal/mmap.h>
25 * struct mmap - perf's ring buffer mmap details
29 struct mmap {
53 int mmap__mmap(struct mmap *map, struct mmap_params *mp, int fd, struct perf_cpu cpu);
54 void mmap__munmap(struct mmap *map);
56 union perf_event *perf_mmap__read_forward(struct mmap *map);
58 int perf_mmap__push(struct mmap *md, void *to,
59 int push(struct mmap *map, void *to, void *buf, size_t size));
61 size_t mmap__mmap_len(struct mmap *map);