Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_overhead.c66 struct bpf_program *fentry_prog, *fexit_prog; in test_test_overhead() local
91 fentry_prog = bpf_object__find_program_by_name(obj, fentry_name); in test_test_overhead()
92 if (CHECK(!fentry_prog, "find_probe", in test_test_overhead()
132 link = bpf_program__attach_trace(fentry_prog); in test_test_overhead()
H A Dtailcalls.c1201 struct bpf_program *prog, *fentry_prog; in test_tailcall_hierarchy_count() local
1231 fentry_prog = bpf_object__find_program_by_name(fentry_obj, in test_tailcall_hierarchy_count()
1236 err = bpf_program__set_attach_target(fentry_prog, prog_fd, in test_tailcall_hierarchy_count()
1245 fentry_link = bpf_program__attach_trace(fentry_prog); in test_tailcall_hierarchy_count()
1249 fentry_prog_fd = bpf_program__fd(fentry_prog); in test_tailcall_hierarchy_count()