Searched refs:proc_maps (Results 1 – 3 of 3) sorted by relevance
1417 skel->links.proc_maps = bpf_program__attach_iter( in test_task_vma_common()1418 skel->progs.proc_maps, opts); in test_task_vma_common()1420 if (!ASSERT_OK_PTR(skel->links.proc_maps, "bpf_program__attach_iter")) { in test_task_vma_common()1421 skel->links.proc_maps = NULL; in test_task_vma_common()1425 iter_fd = bpf_iter_create(bpf_link__fd(skel->links.proc_maps)); in test_task_vma_common()1460 check_bpf_link_info(skel->progs.proc_maps); in test_task_vma_common()1486 skel->links.proc_maps = bpf_program__attach_iter( in test_task_vma_dead_task()1487 skel->progs.proc_maps, NULL); in test_task_vma_dead_task()1490 skel->links.proc_maps = NULL; in test_task_vma_dead_task()1511 iter_fd = bpf_iter_create(bpf_link__fd(skel->links.proc_maps)); in test_task_vma_dead_task()[all …]
26 SEC("iter/task_vma") int proc_maps(struct bpf_iter__task_vma *ctx) in proc_maps() function
1785 struct proc_maps_private proc_maps; member1939 struct proc_maps_private *proc_priv = &numa_priv->proc_maps; in show_numa_map()
Completed in 10 milliseconds