Lines Matching refs:mmap
13 #include "util/mmap.h"
19 #include <perf/mmap.h>
23 * then establish an mmap for a group of events that are created to monitor
26 * It will receive the events, using mmap, use its PERF_SAMPLE_ID generated
47 struct mmap *md;
110 pr_debug("failed to mmap events: %d (%s)\n", errno,
120 md = &evlist->mmap[0];
206 pr_err("failed to mmap evsel: %s\n", strerror(-err));
282 TEST_CASE_REASON("Read samples using the mmap interface",
307 .desc = "mmap interface tests",