Home
last modified time | relevance | path

Searched refs:BPF_TRACE_FEXIT (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dfexit_stress.c28 .expected_attach_type = BPF_TRACE_FEXIT, in test_fexit_stress()
Dxdp_bpf2bpf.c77 bpf_program__set_expected_attach_type(prog, BPF_TRACE_FEXIT); in test_xdp_bpf2bpf()
/Linux-v5.10/kernel/bpf/
Dtrampoline.c249 case BPF_TRACE_FEXIT: in bpf_attach_type_to_tramp()
Dverifier.c7853 case BPF_TRACE_FEXIT: in check_return_code()
11575 tgt_prog->expected_attach_type == BPF_TRACE_FEXIT)) { in bpf_check_attach_target()
11649 case BPF_TRACE_FEXIT: in bpf_check_attach_target()
Dsyscall.c2572 prog->expected_attach_type != BPF_TRACE_FEXIT && in bpf_tracing_prog_attach()
Dbtf.c4465 case BPF_TRACE_FEXIT: in btf_ctx_access()
/Linux-v5.10/tools/bpf/bpftool/
Dcommon.c65 [BPF_TRACE_FEXIT] = "fexit",
/Linux-v5.10/net/bpf/
Dtest_run.c213 case BPF_TRACE_FEXIT: in bpf_prog_test_run_tracing()
/Linux-v5.10/tools/include/uapi/linux/
Dbpf.h230 BPF_TRACE_FEXIT, enumerator
/Linux-v5.10/include/uapi/linux/
Dbpf.h230 BPF_TRACE_FEXIT, enumerator
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c8270 .expected_attach_type = BPF_TRACE_FEXIT,
8284 .expected_attach_type = BPF_TRACE_FEXIT,