| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | tailcall_bpf2bpf_fexit.c | 11 int BPF_PROG(fexit, struct sk_buff *skb) in BPF_PROG() argument
|
| H A D | test_trace_ext_tracing.c | 19 int BPF_PROG(fexit, struct sk_buff *skb) in BPF_PROG() argument
|
| /linux/tools/testing/selftests/bpf/benchs/ |
| H A D | run_bench_rename.sh | 5 for i in base kprobe kretprobe rawtp fentry fexit
|
| H A D | run_bench_trigger.sh | 7 fentry fexit fmodret \
|
| H A D | bench_trigger.c | 579 BENCH_TRIG_KERNEL(fexit, "fexit");
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_ftrace.sh | 38 ./test_progs -t fexit
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | trace_ext.c | 79 prog = skel_trace->progs.fexit; in test_trace_ext()
|
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 731 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local 992 for (i = 0; i < fexit->nr_links; i++) in __arch_prepare_bpf_trampoline() 993 if (invoke_bpf_prog(image, ro_image, ctx, fexit->links[i], regs_off, retval_off, in __arch_prepare_bpf_trampoline()
|
| /linux/kernel/bpf/ |
| H A D | trampoline.c | 822 hlist_add_head(&fslink->fexit.tramp_hlist, &tr->progs_hlist[BPF_TRAMP_FEXIT]); in __bpf_trampoline_link_prog() 832 hlist_del_init(&fslink->fexit.tramp_hlist); in __bpf_trampoline_link_prog() 874 hlist_del_init(&fslink->fexit.tramp_hlist); in __bpf_trampoline_unlink_prog()
|
| H A D | syscall.c | 3638 bpf_link_init(&fslink->fexit.link, BPF_LINK_TYPE_TRACING, in bpf_tracing_prog_attach() 3640 fslink->fexit.cookie = bpf_cookie; in bpf_tracing_prog_attach()
|
| /linux/Documentation/bpf/ |
| H A D | drgn.rst | 29 programs via ``freplace``/``fentry``/``fexit`` mechanisms, since there is no
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-prog.rst | 57 | **struct_ops** | **fentry** | **fexit** | **freplace** | **sk_lookup** 159 other feature relying on BTF (such as fentry/fexit programs, struct_ops)
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2541 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in prepare_trampoline() local 2738 for (i = 0; i < fexit->nr_links; i++) { in prepare_trampoline() 2739 if (bpf_prog_calls_session_cookie(fexit->links[i])) { in prepare_trampoline() 2745 invoke_bpf_prog(ctx, fexit->links[i], bargs_off, retval_off, in prepare_trampoline()
|
| /linux/arch/s390/net/ |
| H A D | bpf_jit_comp.c | 2611 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local 2852 for (i = 0; i < fexit->nr_links; i++) in __arch_prepare_bpf_trampoline() 2853 if (invoke_bpf_prog(tjit, m, fexit->links[i], false)) in __arch_prepare_bpf_trampoline()
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 1034 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local 1244 if (fexit->nr_links) { in __arch_prepare_bpf_trampoline() 1245 ret = invoke_bpf(fexit, args_off, retval_off, run_ctx_off, func_meta_off, in __arch_prepare_bpf_trampoline()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 1623 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local 1803 for (i = 0; i < fexit->nr_links; i++) { in __arch_prepare_bpf_trampoline() 1804 ret = invoke_bpf_prog(ctx, fexit->links[i], args_off, retval_off, run_ctx_off, false); in __arch_prepare_bpf_trampoline()
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 3220 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local 3462 if (fexit->nr_links) { in __arch_prepare_bpf_trampoline() 3463 if (invoke_bpf(m, &prog, fexit, regs_off, run_ctx_off, func_meta_off, in __arch_prepare_bpf_trampoline()
|
| /linux/include/linux/ |
| H A D | bpf.h | 1889 struct bpf_tramp_link fexit; member
|