Searched refs:BPF_TRACE_FEXIT (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | fexit_stress.c | 26 .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 D | xdp_bpf2bpf.c | 137 bpf_program__set_expected_attach_type(prog, BPF_TRACE_FEXIT); in test_xdp_bpf2bpf()
|
| H A D | bpf_cookie.c | 513 fexit_fd = bpf_link_create(prog_fd, 0, BPF_TRACE_FEXIT, &link_opts); in tracing_subtest()
|
| /linux-6.15/Documentation/bpf/libbpf/ |
| H A D | program_types.rst | 190 | | ``BPF_TRACE_FEXIT`` | ``fexit+`` […
|
| /linux-6.15/kernel/bpf/ |
| H A D | trampoline.c | 113 (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 D | syscall.c | 3447 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 D | verifier.c | 16917 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 D | btf.c | 6100 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 D | bpf_sk_storage.c | 371 case BPF_TRACE_FEXIT: in bpf_sk_storage_tracing_allowed()
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | common.c | 1163 case BPF_TRACE_FEXIT: return "fexit"; in bpf_attach_type_input_str()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | bpf.c | 793 case BPF_TRACE_FEXIT: in bpf_link_create() 872 case BPF_TRACE_FEXIT: in bpf_link_create()
|
| H A D | libbpf.c | 115 [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 D | bpf.h | 1090 BPF_TRACE_FEXIT, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 1090 BPF_TRACE_FEXIT, enumerator
|
| /linux-6.15/net/bpf/ |
| H A D | test_run.c | 693 case BPF_TRACE_FEXIT: in bpf_prog_test_run_tracing()
|