Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dfexit_stress.c28 .expected_attach_type = BPF_TRACE_FEXIT, in test_fexit_stress()
Dxdp_bpf2bpf.c77 bpf_program__set_expected_attach_type(prog, BPF_TRACE_FEXIT); in test_xdp_bpf2bpf()
/Linux-v5.15/kernel/bpf/
Dtrampoline.c398 case BPF_TRACE_FEXIT: in bpf_attach_type_to_tramp()
Dverifier.c6153 if (eatype != BPF_TRACE_FENTRY && eatype != BPF_TRACE_FEXIT && in check_get_func_ip()
9417 case BPF_TRACE_FEXIT: in check_return_code()
13407 tgt_prog->expected_attach_type == BPF_TRACE_FEXIT)) { in bpf_check_attach_target()
13481 case BPF_TRACE_FEXIT: in bpf_check_attach_target()
Dsyscall.c2670 prog->expected_attach_type != BPF_TRACE_FEXIT && in bpf_tracing_prog_attach()
Dbtf.c4741 case BPF_TRACE_FEXIT: in btf_ctx_access()
/Linux-v5.15/tools/bpf/bpftool/
Dcommon.c66 [BPF_TRACE_FEXIT] = "fexit",
/Linux-v5.15/net/core/
Dbpf_sk_storage.c402 case BPF_TRACE_FEXIT: in bpf_sk_storage_tracing_allowed()
/Linux-v5.15/include/uapi/linux/
Dbpf.h980 BPF_TRACE_FEXIT, enumerator
/Linux-v5.15/tools/include/uapi/linux/
Dbpf.h980 BPF_TRACE_FEXIT, enumerator
/Linux-v5.15/net/bpf/
Dtest_run.c288 case BPF_TRACE_FEXIT: in bpf_prog_test_run_tracing()
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.c7959 .expected_attach_type = BPF_TRACE_FEXIT,
7973 .expected_attach_type = BPF_TRACE_FEXIT,