Searched refs:fexit (Results 1 – 15 of 15) sorted by relevance
/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 | 479 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/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 190 | | ``BPF_TRACE_FEXIT`` | ``fexit+`` [… 192 | | | ``fexit.s+``…
|
/linux/Documentation/bpf/ |
H A D | drgn.rst | 29 programs via ``freplace``/``fentry``/``fexit`` mechanisms, since there is no
|
/linux/arch/s390/net/ |
H A D | bpf_jit_comp.c | 2576 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local 2809 for (i = 0; i < fexit->nr_links; i++) in __arch_prepare_bpf_trampoline() 2810 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 | 813 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local 1004 for (i = 0; i < fexit->nr_links; i++) { in __arch_prepare_bpf_trampoline() 1005 ret = invoke_bpf_prog(fexit->links[i], args_off, retval_off, in __arch_prepare_bpf_trampoline()
|
/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 2128 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in prepare_trampoline() local 2275 for (i = 0; i < fexit->nr_links; i++) in prepare_trampoline() 2276 invoke_bpf_prog(ctx, fexit->links[i], args_off, retval_off, in prepare_trampoline()
|
/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 2944 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local 3162 if (fexit->nr_links) { in __arch_prepare_bpf_trampoline() 3163 if (invoke_bpf(m, &prog, fexit, regs_off, run_ctx_off, in __arch_prepare_bpf_trampoline()
|
/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-prog.rst | 56 | **struct_ops** | **fentry** | **fexit** | **freplace** | **sk_lookup**
|
/linux/tools/bpf/bpftool/bash-completion/ |
H A D | bpftool | 496 fentry fexit freplace sk_lookup'
|