Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_stress.c26 .expected_attach_type = BPF_TRACE_FEXIT, in serial_test_fexit_stress()
44 link_fd[i] = bpf_link_create(fexit_fd[i], 0, BPF_TRACE_FEXIT, NULL); in serial_test_fexit_stress()
H A Dxdp_bpf2bpf.c137 bpf_program__set_expected_attach_type(prog, BPF_TRACE_FEXIT); in test_xdp_bpf2bpf()
H A Dbpf_cookie.c513 fexit_fd = bpf_link_create(prog_fd, 0, BPF_TRACE_FEXIT, &link_opts); in tracing_subtest()
/linux-6.15/Documentation/bpf/libbpf/
H A Dprogram_types.rst190 | | ``BPF_TRACE_FEXIT`` | ``fexit+`` […
/linux-6.15/kernel/bpf/
H A Dtrampoline.c113 (eatype == BPF_TRACE_FENTRY || eatype == BPF_TRACE_FEXIT || in bpf_prog_has_trampoline()
516 case BPF_TRACE_FEXIT: in bpf_attach_type_to_tramp()
H A Dsyscall.c3447 prog->expected_attach_type != BPF_TRACE_FEXIT && in bpf_tracing_prog_attach()
4094 case BPF_TRACE_FEXIT: in attach_type_to_prog_type()
H A Dverifier.c16917 case BPF_TRACE_FEXIT: in check_return_code()
22236 if (eatype == BPF_TRACE_FEXIT || in do_misc_fixups()
23169 tgt_prog->expected_attach_type == BPF_TRACE_FEXIT)) { in bpf_check_attach_target()
23267 case BPF_TRACE_FEXIT: in bpf_check_attach_target()
23430 case BPF_TRACE_FEXIT: in BTF_SET_START()
23511 } else if ((prog->expected_attach_type == BPF_TRACE_FEXIT || in check_attach_btf_id()
H A Dbtf.c6100 case BPF_TRACE_FEXIT: in btf_validate_prog_ctx_type()
6699 case BPF_TRACE_FEXIT: in btf_ctx_access()
/linux-6.15/net/core/
H A Dbpf_sk_storage.c371 case BPF_TRACE_FEXIT: in bpf_sk_storage_tracing_allowed()
/linux-6.15/tools/bpf/bpftool/
H A Dcommon.c1163 case BPF_TRACE_FEXIT: return "fexit"; in bpf_attach_type_input_str()
/linux-6.15/tools/lib/bpf/
H A Dbpf.c793 case BPF_TRACE_FEXIT: in bpf_link_create()
872 case BPF_TRACE_FEXIT: in bpf_link_create()
H A Dlibbpf.c115 [BPF_TRACE_FEXIT] = "trace_fexit",
9521 SEC_DEF("fexit+", TRACING, BPF_TRACE_FEXIT, SEC_ATTACH_BTF, attach_trace),
9524 SEC_DEF("fexit.s+", TRACING, BPF_TRACE_FEXIT, SEC_ATTACH_BTF | SEC_SLEEPABLE, attach_trace),
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h1090 BPF_TRACE_FEXIT, enumerator
/linux-6.15/include/uapi/linux/
H A Dbpf.h1090 BPF_TRACE_FEXIT, enumerator
/linux-6.15/net/bpf/
H A Dtest_run.c693 case BPF_TRACE_FEXIT: in bpf_prog_test_run_tracing()