Home
last modified time | relevance | path

Searched refs:mmaps (Results 1 – 18 of 18) sorted by relevance

/linux/tools/perf/tests/attr/
H A Dtest-record-C017 # Dummy event handles mmaps, comm and task.
/linux/Documentation/mm/
H A Dpage_cache.rst9 but normal reads, writes and mmaps go through the page cache.
/linux/tools/perf/util/
H A Dsession.c2284 char *mmaps[NUM_MMAPS]; member
2301 char **mmaps = rd->mmaps; in reader__init() local
2313 memset(mmaps, 0, sizeof(rd->mmaps)); in reader__init()
2333 char *buf, **mmaps = rd->mmaps; in reader__mmap() local
2346 if (mmaps[rd->mmap_idx]) { in reader__mmap()
2347 munmap(mmaps[rd->mmap_idx], rd->mmap_size); in reader__mmap()
2348 mmaps[rd->mmap_idx] = NULL; in reader__mmap()
2361 mmaps[rd->mmap_idx] = rd->mmap_cur = buf; in reader__mmap()
2362 rd->mmap_idx = (rd->mmap_idx + 1) & (ARRAY_SIZE(rd->mmaps) - 1); in reader__mmap()
/linux/drivers/gpu/drm/i915/
H A DKconfig.profile28 int "Runtime autosuspend delay for userspace GGTT mmaps (ms)"
32 userspace GGTT mmaps and force userspace to take a pagefault on
/linux/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h526 struct list_head mmaps; member
549 list_for_each_safe(pos, nxt, &ucontext->mmaps) { in remove_mmap()
570 list_add_tail(&mm->entry, &ucontext->mmaps); in insert_mmap()
H A Dprovider.c71 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in c4iw_dealloc_ucontext()
88 INIT_LIST_HEAD(&context->mmaps); in c4iw_alloc_ucontext()
/linux/Documentation/translations/zh_CN/core-api/
H A Dcachetlb.rst
/linux/Documentation/fb/
H A Ddeferred_io.rst10 - userspace app like Xfbdev mmaps framebuffer
/linux/drivers/misc/
H A Dfastrpc.c295 struct list_head mmaps; member
1206 list_for_each_entry_safe(buf, b, &fl->mmaps, node) { in fastrpc_internal_invoke()
1542 list_for_each_entry_safe(buf, b, &fl->mmaps, node) { in fastrpc_device_release()
1579 INIT_LIST_HEAD(&fl->mmaps); in fastrpc_device_open()
1838 list_for_each_entry_safe(iter, b, &fl->mmaps, node) { in fastrpc_req_munmap()
1937 list_add_tail(&buf->node, &fl->mmaps); in fastrpc_req_mmap()
/linux/tools/perf/Documentation/
H A Dperf-record.txt478 Use per-thread mmaps. By default per-cpu mmaps are created. This option
479 overrides that and uses per-thread mmaps. A side-effect of that is that
H A Dperf-report.txt576 --mmaps::
580 Please note that not all mmaps are stored, options affecting which ones
H A Dperf-intel-pt.txt214 inability to match side-band information (such as context switches and mmaps)
734 software event has been introduced that permits tracking events (like mmaps) to
/linux/Documentation/dev-tools/
H A Dkcov.rst136 mmaps coverage buffer, and then forks child processes in a loop. The child
/linux/Documentation/core-api/
H A Dcachetlb.rst243 This does not fix shared mmaps, check out the sparc64 port for
/linux/Documentation/admin-guide/mm/
H A Dhugetlbpage.rst453 applications to use any combination of mmaps and shm* calls, though the mount of
H A Dtranshuge.rst322 is used for SysV SHM, memfds, shared anonymous mmaps (of /dev/zero or
/linux/Documentation/gpu/
H A Ddrm-uapi.rst208 descriptors and removed all mmaps, the DRM driver can tear down its
/linux/Documentation/driver-api/
H A Dvfio.rst225 /* Setup mappings... read/write offsets, mmaps