Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dbpf_iter.c1404 char maps_path[64]; in test_task_vma_common() local
1446 snprintf(maps_path, 64, "/proc/%u/maps", skel->bss->pid); in test_task_vma_common()
1447 proc_maps_fd = open(maps_path, O_RDONLY); in test_task_vma_common()