Lines Matching refs:fexit_obj
231 struct bpf_object *obj = NULL, *fentry_obj = NULL, *fexit_obj = NULL; in test_tailcall_count() local
302 fexit_obj = bpf_object__open_file("tailcall_bpf2bpf_fexit.bpf.o", in test_tailcall_count()
304 if (!ASSERT_OK_PTR(fexit_obj, "open fexit_obj file")) in test_tailcall_count()
307 prog = bpf_object__find_program_by_name(fexit_obj, "fexit"); in test_tailcall_count()
316 err = bpf_object__load(fexit_obj); in test_tailcall_count()
360 data_map = bpf_object__find_map_by_name(fexit_obj, ".bss"); in test_tailcall_count()
388 bpf_object__close(fexit_obj); in test_tailcall_count()
1199 struct bpf_object *obj = NULL, *fentry_obj = NULL, *fexit_obj = NULL; in test_tailcall_hierarchy_count() local
1316 fexit_obj = bpf_object__open_file("tailcall_bpf2bpf_fexit.bpf.o", in test_tailcall_hierarchy_count()
1318 if (!ASSERT_OK_PTR(fexit_obj, "open fexit_obj file")) in test_tailcall_hierarchy_count()
1321 prog = bpf_object__find_program_by_name(fexit_obj, "fexit"); in test_tailcall_hierarchy_count()
1330 err = bpf_object__load(fexit_obj); in test_tailcall_hierarchy_count()
1370 data_map = bpf_object__find_map_by_name(fexit_obj, ".bss"); in test_tailcall_hierarchy_count()
1418 bpf_object__close(fexit_obj); in test_tailcall_hierarchy_count()