Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c1406 char maps_path[64]; in test_task_vma_common() local
1448 snprintf(maps_path, 64, "/proc/%u/maps", skel->bss->pid); in test_task_vma_common()
1449 proc_maps_fd = open(maps_path, O_RDONLY); in test_task_vma_common()