Home
last modified time | relevance | path

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

/linux/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/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 Dtracing_failure.c63 btf_id = libbpf_find_vmlinux_btf_id("__rcu_read_lock", BPF_TRACE_FENTRY); in test_tracing_deny()
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 Dbpf_cookie.c524 fentry_fd = bpf_link_create(prog_fd, 0, BPF_TRACE_FENTRY, &link_opts); in tracing_subtest()
/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst186 | | ``BPF_TRACE_FENTRY`` | ``fentry+`` [#fentry]_ | |
/linux/net/core/
H A Dbpf_sk_storage.c370 case BPF_TRACE_FENTRY: in bpf_sk_storage_tracing_allowed()
/linux/tools/lib/bpf/
H A Dbpf.c792 case BPF_TRACE_FENTRY: in bpf_link_create()
915 case BPF_TRACE_FENTRY: in bpf_link_create()
H A Dlibbpf.c116 [BPF_TRACE_FENTRY] = "trace_fentry",
9551 SEC_DEF("fentry+", TRACING, BPF_TRACE_FENTRY, SEC_ATTACH_BTF, attach_trace),
9554 SEC_DEF("fentry.s+", TRACING, BPF_TRACE_FENTRY, SEC_ATTACH_BTF | SEC_SLEEPABLE, attach_trace),
/linux/tools/bpf/bpftool/
H A Dcommon.c1189 case BPF_TRACE_FENTRY: return "fentry"; in bpf_attach_type_input_str()
/linux/tools/include/uapi/linux/
H A Dbpf.h1102 BPF_TRACE_FENTRY, enumerator
/linux/include/uapi/linux/
H A Dbpf.h1102 BPF_TRACE_FENTRY, enumerator
/linux/net/bpf/
H A Dtest_run.c697 case BPF_TRACE_FENTRY: in bpf_prog_test_run_tracing()
/linux/kernel/bpf/
H A Dsyscall.c3467 if (prog->expected_attach_type != BPF_TRACE_FENTRY && in bpf_tracing_prog_attach()
4240 case BPF_TRACE_FENTRY: in attach_type_to_prog_type()
H A Dverifier.c17170 case BPF_TRACE_FENTRY: in check_return_code()
23644 (tgt_prog->expected_attach_type == BPF_TRACE_FENTRY || in bpf_check_attach_target()
23742 case BPF_TRACE_FENTRY: in bpf_check_attach_target()
23905 case BPF_TRACE_FENTRY: in BTF_SET_START()
H A Dbtf.c6118 case BPF_TRACE_FENTRY: in btf_validate_prog_ctx_type()