Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c238 struct bpf_object *obj = NULL, *fentry_obj = NULL, *fexit_obj = NULL; in test_tailcall_count() local
285 fentry_obj = bpf_object__open_file("tailcall_bpf2bpf_fentry.bpf.o", in test_tailcall_count()
287 if (!ASSERT_OK_PTR(fentry_obj, "open fentry_obj file")) in test_tailcall_count()
290 prog = bpf_object__find_program_by_name(fentry_obj, "fentry"); in test_tailcall_count()
299 err = bpf_object__load(fentry_obj); in test_tailcall_count()
350 data_map = bpf_object__find_map_by_name(fentry_obj, ".bss"); in test_tailcall_count()
394 bpf_object__close(fentry_obj); in test_tailcall_count()
1022 struct bpf_object *tgt_obj = NULL, *fentry_obj = NULL; in test_tailcall_bpf2bpf_fentry_entry() local
1062 fentry_obj = bpf_object__open_file("tailcall_bpf2bpf_fentry.bpf.o", in test_tailcall_bpf2bpf_fentry_entry()
1064 if (!ASSERT_OK_PTR(fentry_obj, "open fentry_obj file")) in test_tailcall_bpf2bpf_fentry_entry()
[all …]