Home
last modified time | relevance | path

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

/linux/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.c554 fexit_fd = bpf_link_create(prog_fd, 0, BPF_TRACE_FEXIT, &link_opts); in tracing_subtest()
/linux/net/core/
H A Dbpf_sk_storage.c372 case BPF_TRACE_FEXIT: in bpf_sk_storage_tracing_allowed()
/linux/kernel/bpf/
H A Dtrampoline.c184 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 Dsyscall.c3650 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 Dfixups.c2255 if (eatype == BPF_TRACE_FEXIT || in bpf_do_misc_fixups()
H A Dverifier.c17275 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 Dbtf.c6298 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 Dcommon.c1196 case BPF_TRACE_FEXIT: return "fexit"; in bpf_attach_type_input_str()
/linux/tools/include/uapi/linux/
H A Dbpf.h1125 BPF_TRACE_FEXIT, enumerator
/linux/include/uapi/linux/
H A Dbpf.h1125 BPF_TRACE_FEXIT, enumerator
/linux/net/bpf/
H A Dtest_run.c699 case BPF_TRACE_FEXIT: in bpf_prog_test_run_tracing()
/linux/tools/lib/bpf/
H A Dlibbpf.c116 [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),