Home
last modified time | relevance | path

Searched refs:BPF_TRACE_FENTRY (Results 1 – 21 of 21) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/verifier/
H A Dsleepable.c8 .expected_attach_type = BPF_TRACE_FENTRY,
21 .expected_attach_type = BPF_TRACE_FENTRY,
H A Datomic_fetch_add.c102 .expected_attach_type = BPF_TRACE_FENTRY,
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dmodule_fentry_shadow.c71 .expected_attach_type = BPF_TRACE_FENTRY, in test_module_fentry_shadow()
115 link_fd[i] = bpf_link_create(prog_fd[i], 0, BPF_TRACE_FENTRY, NULL); in test_module_fentry_shadow()
H A Drecursive_attach.c139 link_fd = bpf_link_create(tgt_prog_fd, 0, BPF_TRACE_FENTRY, NULL); in test_fentry_attach_btf_presence()
H A Dxdp_bpf2bpf.c133 bpf_program__set_expected_attach_type(prog, BPF_TRACE_FENTRY); in test_xdp_bpf2bpf()
H A Dunpriv_bpf_disabled.c204 ASSERT_EQ(bpf_prog_query(prog_fd, BPF_TRACE_FENTRY, 0, &attach_flags, prog_ids, in test_unpriv_bpf_disabled_negative()
H A Dfexit_bpf2bpf.c462 .expected_attach_type = BPF_TRACE_FENTRY, in load_fentry()
H A Dbpf_cookie.c506 fentry_fd = bpf_link_create(prog_fd, 0, BPF_TRACE_FENTRY, &link_opts); in tracing_subtest()
/linux-6.15/tools/lib/bpf/
H A Dlibbpf_probes.c138 opts.expected_attach_type = BPF_TRACE_FENTRY; in probe_prog_load()
H A Dbpf.c792 case BPF_TRACE_FENTRY: in bpf_link_create()
871 case BPF_TRACE_FENTRY: in bpf_link_create()
H A Dlibbpf.c114 [BPF_TRACE_FENTRY] = "trace_fentry",
9519 SEC_DEF("fentry+", TRACING, BPF_TRACE_FENTRY, SEC_ATTACH_BTF, attach_trace),
9522 SEC_DEF("fentry.s+", TRACING, BPF_TRACE_FENTRY, SEC_ATTACH_BTF | SEC_SLEEPABLE, attach_trace),
/linux-6.15/Documentation/bpf/libbpf/
H A Dprogram_types.rst186 | | ``BPF_TRACE_FENTRY`` | ``fentry+`` …
/linux-6.15/kernel/bpf/
H A Dtrampoline.c113 (eatype == BPF_TRACE_FENTRY || eatype == BPF_TRACE_FEXIT || in bpf_prog_has_trampoline()
512 case BPF_TRACE_FENTRY: in bpf_attach_type_to_tramp()
H A Dsyscall.c3446 if (prog->expected_attach_type != BPF_TRACE_FENTRY && in bpf_tracing_prog_attach()
4093 case BPF_TRACE_FENTRY: in attach_type_to_prog_type()
H A Dverifier.c16916 case BPF_TRACE_FENTRY: in check_return_code()
23168 (tgt_prog->expected_attach_type == BPF_TRACE_FENTRY || in bpf_check_attach_target()
23266 case BPF_TRACE_FENTRY: in bpf_check_attach_target()
23429 case BPF_TRACE_FENTRY: in BTF_SET_START()
H A Dbtf.c6099 case BPF_TRACE_FENTRY: in btf_validate_prog_ctx_type()
/linux-6.15/net/core/
H A Dbpf_sk_storage.c370 case BPF_TRACE_FENTRY: in bpf_sk_storage_tracing_allowed()
/linux-6.15/tools/bpf/bpftool/
H A Dcommon.c1162 case BPF_TRACE_FENTRY: return "fentry"; in bpf_attach_type_input_str()
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h1089 BPF_TRACE_FENTRY, enumerator
/linux-6.15/include/uapi/linux/
H A Dbpf.h1089 BPF_TRACE_FENTRY, enumerator
/linux-6.15/net/bpf/
H A Dtest_run.c692 case BPF_TRACE_FENTRY: in bpf_prog_test_run_tracing()