Searched refs:BPF_TRACE_FEXIT (Results 1 – 14 of 14) sorted by relevance
| /linux/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 | 554 fexit_fd = bpf_link_create(prog_fd, 0, BPF_TRACE_FEXIT, &link_opts); in tracing_subtest()
|
| /linux/net/core/ |
| H A D | bpf_sk_storage.c | 372 case BPF_TRACE_FEXIT: in bpf_sk_storage_tracing_allowed()
|
| /linux/kernel/bpf/ |
| H A D | trampoline.c | 184 if (eatype == BPF_TRACE_FENTRY || eatype == BPF_TRACE_FEXIT || in bpf_prog_has_trampoline() 827 case BPF_TRACE_FEXIT: in bpf_attach_type_to_tramp()
|
| H A D | syscall.c | 3650 prog->expected_attach_type != BPF_TRACE_FEXIT && in bpf_tracing_prog_attach() 4449 case BPF_TRACE_FEXIT: in attach_type_to_prog_type()
|
| H A D | fixups.c | 2255 if (eatype == BPF_TRACE_FEXIT || in bpf_do_misc_fixups()
|
| H A D | verifier.c | 17275 case BPF_TRACE_FEXIT: in return_retval_range() 19870 case BPF_TRACE_FEXIT: in attach_uses_trampoline_retval() 20011 tgt_prog->expected_attach_type == BPF_TRACE_FEXIT || in bpf_check_attach_target() 20119 case BPF_TRACE_FEXIT: in bpf_check_attach_target() 20281 case BPF_TRACE_FEXIT: in BTF_SET_START() 20373 } else if ((prog->expected_attach_type == BPF_TRACE_FEXIT || in check_attach_btf_id()
|
| H A D | btf.c | 6298 case BPF_TRACE_FEXIT: in btf_validate_prog_ctx_type() 6891 case BPF_TRACE_FEXIT: in btf_ctx_access()
|
| /linux/tools/bpf/bpftool/ |
| H A D | common.c | 1196 case BPF_TRACE_FEXIT: return "fexit"; in bpf_attach_type_input_str()
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 1125 BPF_TRACE_FEXIT, enumerator
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 1125 BPF_TRACE_FEXIT, enumerator
|
| /linux/net/bpf/ |
| H A D | test_run.c | 699 case BPF_TRACE_FEXIT: in bpf_prog_test_run_tracing()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 116 [BPF_TRACE_FEXIT] = "trace_fexit", 10166 SEC_DEF("fexit+", TRACING, BPF_TRACE_FEXIT, SEC_ATTACH_BTF, attach_trace), 10169 SEC_DEF("fexit.s+", TRACING, BPF_TRACE_FEXIT, SEC_ATTACH_BTF | SEC_SLEEPABLE, attach_trace),
|