Searched refs:BPF_TRACE_FEXIT (Results 1 – 12 of 12) 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 | 513 fexit_fd = bpf_link_create(prog_fd, 0, BPF_TRACE_FEXIT, &link_opts); in tracing_subtest()
|
/linux/Documentation/bpf/libbpf/ |
H A D | program_types.rst | 190 | | ``BPF_TRACE_FEXIT`` | ``fexit+`` […
|
/linux/tools/bpf/bpftool/ |
H A D | common.c | 1162 case BPF_TRACE_FEXIT: return "fexit"; in bpf_attach_type_input_str()
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 1087 BPF_TRACE_FEXIT, enumerator
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1087 BPF_TRACE_FEXIT, enumerator
|
/linux/net/bpf/ |
H A D | test_run.c | 696 case BPF_TRACE_FEXIT: in bpf_prog_test_run_tracing()
|
/linux/kernel/bpf/ |
H A D | syscall.c | 3423 prog->expected_attach_type != BPF_TRACE_FEXIT && in bpf_tracing_prog_attach() 4070 case BPF_TRACE_FEXIT: in attach_type_to_prog_type()
|
H A D | verifier.c | 16106 case BPF_TRACE_FEXIT: in check_return_code() 21331 if (eatype == BPF_TRACE_FEXIT || in do_misc_fixups() 22205 tgt_prog->expected_attach_type == BPF_TRACE_FEXIT)) { in bpf_check_attach_target() 22303 case BPF_TRACE_FEXIT: in bpf_check_attach_target() 22439 case BPF_TRACE_FEXIT: in BTF_SET_START()
|
H A D | btf.c | 6084 case BPF_TRACE_FEXIT: in btf_validate_prog_ctx_type() 6582 case BPF_TRACE_FEXIT: in btf_ctx_access()
|
/linux/tools/lib/bpf/ |
H A D | libbpf.c | 115 [BPF_TRACE_FEXIT] = "trace_fexit", 9444 SEC_DEF("fexit+", TRACING, BPF_TRACE_FEXIT, SEC_ATTACH_BTF, attach_trace), 9447 SEC_DEF("fexit.s+", TRACING, BPF_TRACE_FEXIT, SEC_ATTACH_BTF | SEC_SLEEPABLE, attach_trace),
|