Lines Matching refs:mmap
4 #include <internal/mmap.h>
28 * struct mmap - perf's ring buffer mmap details
32 struct mmap {
54 int mmap__mmap(struct mmap *map, struct mmap_params *mp, int fd, int cpu);
55 void mmap__munmap(struct mmap *map);
57 union perf_event *perf_mmap__read_forward(struct mmap *map);
59 int perf_mmap__push(struct mmap *md, void *to,
60 int push(struct mmap *map, void *to, void *buf, size_t size));
62 size_t mmap__mmap_len(struct mmap *map);