Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_stress.c25 .expected_attach_type = BPF_TRACE_FEXIT, in serial_test_fexit_stress()
43 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()
/openbmc/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst164 | | ``BPF_TRACE_FEXIT`` | ``fexit+`` […
/openbmc/linux/kernel/bpf/
H A Dtrampoline.c113 (eatype == BPF_TRACE_FENTRY || eatype == BPF_TRACE_FEXIT || in bpf_prog_has_trampoline()
498 case BPF_TRACE_FEXIT: in bpf_attach_type_to_tramp()
H A Dsyscall.c3165 prog->expected_attach_type != BPF_TRACE_FEXIT && in bpf_tracing_prog_attach()
3780 case BPF_TRACE_FEXIT: in attach_type_to_prog_type()
H A Dbtf.c5967 case BPF_TRACE_FEXIT: in btf_ctx_access()
/openbmc/linux/tools/lib/bpf/
H A Dbpf.c782 case BPF_TRACE_FEXIT: in bpf_link_create()
845 case BPF_TRACE_FEXIT: in bpf_link_create()
H A Dlibbpf.c107 [BPF_TRACE_FEXIT] = "trace_fexit",
8810 SEC_DEF("fexit+", TRACING, BPF_TRACE_FEXIT, SEC_ATTACH_BTF, attach_trace),
8813 SEC_DEF("fexit.s+", TRACING, BPF_TRACE_FEXIT, SEC_ATTACH_BTF | SEC_SLEEPABLE, attach_trace),
/openbmc/linux/net/core/
H A Dbpf_sk_storage.c372 case BPF_TRACE_FEXIT: in bpf_sk_storage_tracing_allowed()
/openbmc/linux/tools/bpf/bpftool/
H A Dcommon.c1162 case BPF_TRACE_FEXIT: return "fexit"; in bpf_attach_type_input_str()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1019 BPF_TRACE_FEXIT, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1019 BPF_TRACE_FEXIT, enumerator
/openbmc/linux/net/bpf/
H A Dtest_run.c665 case BPF_TRACE_FEXIT: in bpf_prog_test_run_tracing()