| /linux-6.15/tools/perf/tests/shell/attr/ |
| H A D | test-record-C0 | 17 # Dummy event handles mmaps, comm and task.
|
| /linux-6.15/Documentation/mm/ |
| H A D | page_cache.rst | 9 but normal reads, writes and mmaps go through the page cache.
|
| /linux-6.15/tools/perf/util/ |
| H A D | session.c | 2053 char *mmaps[NUM_MMAPS]; member 2070 char **mmaps = rd->mmaps; in reader__init() local 2082 memset(mmaps, 0, sizeof(rd->mmaps)); in reader__init() 2102 char *buf, **mmaps = rd->mmaps; in reader__mmap() local 2115 if (mmaps[rd->mmap_idx]) { in reader__mmap() 2116 munmap(mmaps[rd->mmap_idx], rd->mmap_size); in reader__mmap() 2117 mmaps[rd->mmap_idx] = NULL; in reader__mmap() 2130 mmaps[rd->mmap_idx] = rd->mmap_cur = buf; in reader__mmap() 2131 rd->mmap_idx = (rd->mmap_idx + 1) & (ARRAY_SIZE(rd->mmaps) - 1); in reader__mmap()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | Kconfig.profile | 28 int "Runtime autosuspend delay for userspace GGTT mmaps (ms)" 32 userspace GGTT mmaps and force userspace to take a pagefault on
|
| /linux-6.15/drivers/infiniband/hw/cxgb4/ |
| H A D | provider.c | 71 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in c4iw_dealloc_ucontext() 88 INIT_LIST_HEAD(&context->mmaps); in c4iw_alloc_ucontext()
|
| H A D | iw_cxgb4.h | 526 struct list_head mmaps; member 559 list_for_each_safe(pos, nxt, &ucontext->mmaps) { in remove_mmap() 606 list_add_tail(&mm->entry, &ucontext->mmaps); in insert_mmap()
|
| /linux-6.15/Documentation/fb/ |
| H A D | deferred_io.rst | 10 - userspace app like Xfbdev mmaps framebuffer
|
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | cachetlb.rst | 214 这并不能解决共享mmaps的问题,请查看sparc64移植解决
|
| /linux-6.15/drivers/misc/ |
| H A D | fastrpc.c | 296 struct list_head mmaps; member 1207 list_for_each_entry_safe(buf, b, &fl->mmaps, node) { in fastrpc_internal_invoke() 1546 list_for_each_entry_safe(buf, b, &fl->mmaps, node) { in fastrpc_device_release() 1583 INIT_LIST_HEAD(&fl->mmaps); in fastrpc_device_open() 1841 list_for_each_entry_safe(iter, b, &fl->mmaps, node) { in fastrpc_req_munmap() 1940 list_add_tail(&buf->node, &fl->mmaps); in fastrpc_req_mmap()
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | kcov.rst | 136 mmaps coverage buffer, and then forks child processes in a loop. The child
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-record.txt | 487 Use per-thread mmaps. By default per-cpu mmaps are created. This option 488 overrides that and uses per-thread mmaps. A side-effect of that is that
|
| H A D | perf-report.txt | 602 --mmaps:: 606 Please note that not all mmaps are stored, options affecting which ones
|
| H A D | perf-intel-pt.txt | 214 inability to match side-band information (such as context switches and mmaps) 788 software event has been introduced that permits tracking events (like mmaps) to
|
| /linux-6.15/Documentation/gpu/ |
| H A D | drm-uapi.rst | 208 descriptors and removed all mmaps, the DRM driver can tear down its 410 might depend on is cleaned up. All existing mmaps should be invalidated and
|
| /linux-6.15/Documentation/core-api/ |
| H A D | cachetlb.rst | 243 This does not fix shared mmaps, check out the sparc64 port for
|
| /linux-6.15/Documentation/admin-guide/mm/ |
| H A D | hugetlbpage.rst | 463 applications to use any combination of mmaps and shm* calls, though the mount of
|
| H A D | transhuge.rst | 413 mmaps (of /dev/zero or MAP_ANONYMOUS), GPU drivers' DRM objects, Ashmem.
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | vfio.rst | 225 /* Setup mappings... read/write offsets, mmaps
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 2062 Page cache is dirtied through buffered writes and shared mmaps and
|