Home
last modified time | relevance | path

Searched defs:procmap_query (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dfs.h475 struct procmap_query { struct
479 * Query flags, a combination of enum procmap_query_flags values. argument
484 __u64 query_flags; /* in */
492 __u64 query_addr; /* in */
494 __u64 vma_start; /* out */
495 __u64 vma_end; /* out */
497 __u64 vma_flags; /* out */
499 __u64 vma_page_size; /* out */
505 __u64 vma_offset; /* out */
507 __u64 inode; /* out */
[all …]
/linux/include/uapi/linux/
H A Dfs.h473 struct procmap_query { struct
477 * Query flags, a combination of enum procmap_query_flags values. argument
482 __u64 query_flags; /* in */
490 __u64 query_addr; /* in */
492 __u64 vma_start; /* out */
493 __u64 vma_end; /* out */
495 __u64 vma_flags; /* out */
497 __u64 vma_page_size; /* out */
503 __u64 vma_offset; /* out */
505 __u64 inode; /* out */
[all …]
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h473 struct procmap_query { struct
477 * Query flags, a combination of enum procmap_query_flags values. argument
482 __u64 query_flags; /* in */
490 __u64 query_addr; /* in */
492 __u64 vma_start; /* out */
493 __u64 vma_end; /* out */
495 __u64 vma_flags; /* out */
497 __u64 vma_page_size; /* out */
503 __u64 vma_offset; /* out */
505 __u64 inode; /* out */
[all …]
/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.c252 static int procmap_query(int fd, const void *addr, __u32 query_flags, size_t *start, size_t *offset… in procmap_query() function
300 static int procmap_query(int fd, const void *addr, __u32 query_flags, size_t *start, size_t *offset… in procmap_query() function