Searched refs:MMAP (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/tests/shell/
H A Drecord_sideband.sh44 # Should get MMAP events from CPU 1
45 mmap_cnt=`perf script -i ${perfdata} --show-mmap-events -C 1 2>/dev/null | grep MMAP | wc -l`
51 echo "Failed to record MMAP events on CPU 1 when tracing CPU 0"
H A Dtest_intel_pt.sh116 # Should get MMAP events from CPU 1 because they can be needed to decode
117 mmap_cnt=$(perf script -i "${perfdatafile}" --no-itrace --show-mmap-events -C 1 2>/dev/null | grep -c MMAP)
124 echo "Failed to record MMAP events on CPU 1 when tracing CPU 0"
340 /* Create an MMAP event for the jitdump file. That is how perf tool finds it. */
/linux-master/tools/lib/perf/
H A Devsel.c48 #define MMAP(_evsel, _cpu_map_idx, _thread) \ macro
237 perf_mmap__munmap(MMAP(evsel, idx, thread));
268 map = MMAP(evsel, idx, thread);
286 if (fd == NULL || *fd < 0 || MMAP(evsel, cpu_map_idx, thread) == NULL)
289 return MMAP(evsel, cpu_map_idx, thread)->base;
403 if (MMAP(evsel, cpu_map_idx, thread) &&
405 !perf_mmap__read_self(MMAP(evsel, cpu_map_idx, thread), count))
/linux-master/arch/um/kernel/
H A Dtlb.c19 enum { NONE, MMAP, MUNMAP, MPROTECT } type; enumerator in enum:host_vm_change::host_vm_op::__anon19
71 case MMAP:
134 if ((last->type == MMAP) &&
149 { .type = MMAP,
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dvt.c316 MMAP, enumerator in enum:__anon1017
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c2154 rmcd_debug(MMAP, "type %d mapping @ %p (phys = %pad) for %s",
2179 rmcd_debug(MMAP, "%pad", &map->phys_addr);
2187 rmcd_debug(MMAP, "%pad", &map->phys_addr);
2208 rmcd_debug(MMAP, "0x%x bytes at offset 0x%lx",
2233 rmcd_debug(MMAP, "MMAP adjusted offset = 0x%lx", vma->vm_pgoff);
2251 rmcd_error("MMAP exit with err=%d", ret);

Completed in 106 milliseconds