Searched refs:fexit_obj (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tailcalls.c | 238 struct bpf_object *obj = NULL, *fentry_obj = NULL, *fexit_obj = NULL; in test_tailcall_count() local 309 fexit_obj = bpf_object__open_file("tailcall_bpf2bpf_fexit.bpf.o", in test_tailcall_count() 311 if (!ASSERT_OK_PTR(fexit_obj, "open fexit_obj file")) in test_tailcall_count() 314 prog = bpf_object__find_program_by_name(fexit_obj, "fexit"); in test_tailcall_count() 323 err = bpf_object__load(fexit_obj); in test_tailcall_count() 367 data_map = bpf_object__find_map_by_name(fexit_obj, ".bss"); in test_tailcall_count() 395 bpf_object__close(fexit_obj); in test_tailcall_count() 1206 struct bpf_object *obj = NULL, *fentry_obj = NULL, *fexit_obj = NULL; in test_tailcall_hierarchy_count() local 1323 fexit_obj = bpf_object__open_file("tailcall_bpf2bpf_fexit.bpf.o", in test_tailcall_hierarchy_count() 1325 if (!ASSERT_OK_PTR(fexit_obj, "open fexit_obj file")) in test_tailcall_hierarchy_count() [all …]
|