Home
last modified time | relevance | path

Searched refs:vma_name_size (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c517 q.vma_name_size = sizeof(path_buf); in main()
537 assert(q.vma_name_size == strlen(exp_path_buf) + 1); in main()
/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.c261 q.vma_name_size = sizeof(path_buf); in procmap_query()
283 q.vma_name_size ? path_buf : "", in procmap_query()
/linux/tools/include/uapi/linux/
H A Dfs.h528 * to valid user space memory buffer of at least vma_name_size bytes.
531 __u32 vma_name_size; /* in/out */
553 * User-supplied address of a buffer of at least vma_name_size bytes
554 * for kernel to fill with matched VMA's name (see vma_name_size field
530 __u32 vma_name_size; /* in/out */ global() member
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h637 __u32 vma_name_size; /* in/out */ member