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/
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()
A Dtailcalls.c1200 struct bpf_program *prog, *fentry_prog; in test_tailcall_hierarchy_count() local
1230 fentry_prog = bpf_object__find_program_by_name(fentry_obj, in test_tailcall_hierarchy_count()
1235 err = bpf_program__set_attach_target(fentry_prog, prog_fd, in test_tailcall_hierarchy_count()
1244 fentry_link = bpf_program__attach_trace(fentry_prog); in test_tailcall_hierarchy_count()
1248 fentry_prog_fd = bpf_program__fd(fentry_prog); in test_tailcall_hierarchy_count()

Completed in 11 milliseconds