Searched refs:fentry_obj (Results 1 – 1 of 1) sorted by relevance
231 struct bpf_object *obj = NULL, *fentry_obj = NULL, *fexit_obj = NULL; in test_tailcall_count() local278 fentry_obj = bpf_object__open_file("tailcall_bpf2bpf_fentry.bpf.o", in test_tailcall_count()280 if (!ASSERT_OK_PTR(fentry_obj, "open fentry_obj file")) in test_tailcall_count()283 prog = bpf_object__find_program_by_name(fentry_obj, "fentry"); in test_tailcall_count()292 err = bpf_object__load(fentry_obj); in test_tailcall_count()343 data_map = bpf_object__find_map_by_name(fentry_obj, ".bss"); in test_tailcall_count()387 bpf_object__close(fentry_obj); in test_tailcall_count()1015 struct bpf_object *tgt_obj = NULL, *fentry_obj = NULL; in test_tailcall_bpf2bpf_fentry_entry() local1055 fentry_obj = bpf_object__open_file("tailcall_bpf2bpf_fentry.bpf.o", in test_tailcall_bpf2bpf_fentry_entry()1057 if (!ASSERT_OK_PTR(fentry_obj, "open fentry_obj file")) in test_tailcall_bpf2bpf_fentry_entry()[all …]