Searched refs:fexit (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_trace_ext_tracing.c | 19 int BPF_PROG(fexit, struct sk_buff *skb) in BPF_PROG() argument
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | run_bench_rename.sh | 5 for i in base kprobe kretprobe rawtp fentry fexit
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_ftrace.sh | 38 ./test_progs -t fexit
|
H A D | DENYLIST.s390x | 9 fexit_sleep # fexit_skel_load fexit skeleton failed …
|
/openbmc/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 164 | | ``BPF_TRACE_FEXIT`` | ``fexit+`` [… 166 | | | ``fexit.s+``…
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | trace_ext.c | 79 prog = skel_trace->progs.fexit; in test_trace_ext()
|
/openbmc/linux/Documentation/bpf/ |
H A D | drgn.rst | 29 programs via ``freplace``/``fentry``/``fexit`` mechanisms, since there is no
|
/openbmc/linux/arch/s390/net/ |
H A D | bpf_jit_comp.c | 2211 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local 2443 for (i = 0; i < fexit->nr_links; i++) in __arch_prepare_bpf_trampoline() 2444 if (invoke_bpf_prog(tjit, m, fexit->links[i], false)) in __arch_prepare_bpf_trampoline()
|
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 796 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in __arch_prepare_bpf_trampoline() local 976 for (i = 0; i < fexit->nr_links; i++) { in __arch_prepare_bpf_trampoline() 977 ret = invoke_bpf_prog(fexit->links[i], args_off, retval_off, in __arch_prepare_bpf_trampoline()
|
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 1850 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in prepare_trampoline() local 1993 for (i = 0; i < fexit->nr_links; i++) in prepare_trampoline() 1994 invoke_bpf_prog(ctx, fexit->links[i], args_off, retval_off, in prepare_trampoline()
|
/openbmc/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 2406 struct bpf_tramp_links *fexit = &tlinks[BPF_TRAMP_FEXIT]; in arch_prepare_bpf_trampoline() local 2605 if (fexit->nr_links) in arch_prepare_bpf_trampoline() 2606 if (invoke_bpf(m, &prog, fexit, regs_off, run_ctx_off, false)) { in arch_prepare_bpf_trampoline()
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-prog.rst | 54 | **struct_ops** | **fentry** | **fexit** | **freplace** | **sk_lookup**
|
/openbmc/linux/tools/bpf/bpftool/bash-completion/ |
H A D | bpftool | 493 fentry fexit freplace sk_lookup'
|