Searched refs:get_vma_offset (Results 1 – 2 of 2) sorted by relevance
16 int get_vma_offset(struct bpf_iter__task_vma *ctx) in get_vma_offset() function
1604 skel->links.get_vma_offset = bpf_program__attach_iter(skel->progs.get_vma_offset, opts); in test_task_vma_offset_common()1605 if (!ASSERT_OK_PTR(skel->links.get_vma_offset, "attach_iter")) in test_task_vma_offset_common()1608 iter_fd = bpf_iter_create(bpf_link__fd(skel->links.get_vma_offset)); in test_task_vma_offset_common()