Home
last modified time | relevance | path

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

/openbmc/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,
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmodule_fentry_shadow.c70 .expected_attach_type = BPF_TRACE_FENTRY, in test_module_fentry_shadow()
114 link_fd[i] = bpf_link_create(prog_fd[i], 0, BPF_TRACE_FENTRY, NULL); in test_module_fentry_shadow()
H A Dxdp_bpf2bpf.c133 bpf_program__set_expected_attach_type(prog, BPF_TRACE_FENTRY); in test_xdp_bpf2bpf()
H A Dunpriv_bpf_disabled.c203 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.c440 .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()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_probes.c138 opts.expected_attach_type = BPF_TRACE_FENTRY; in probe_prog_load()
H A Dbpf.c781 case BPF_TRACE_FENTRY: in bpf_link_create()
844 case BPF_TRACE_FENTRY: in bpf_link_create()
H A Dlibbpf.c106 [BPF_TRACE_FENTRY] = "trace_fentry",
8808 SEC_DEF("fentry+", TRACING, BPF_TRACE_FENTRY, SEC_ATTACH_BTF, attach_trace),
8811 SEC_DEF("fentry.s+", TRACING, BPF_TRACE_FENTRY, SEC_ATTACH_BTF | SEC_SLEEPABLE, attach_trace),
/openbmc/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst160 | | ``BPF_TRACE_FENTRY`` | ``fentry+`` …
/openbmc/linux/kernel/bpf/
H A Dtrampoline.c113 (eatype == BPF_TRACE_FENTRY || eatype == BPF_TRACE_FEXIT || in bpf_prog_has_trampoline()
494 case BPF_TRACE_FENTRY: in bpf_attach_type_to_tramp()
H A Dsyscall.c3164 if (prog->expected_attach_type != BPF_TRACE_FENTRY && in bpf_tracing_prog_attach()
3779 case BPF_TRACE_FENTRY: in attach_type_to_prog_type()
/openbmc/linux/net/core/
H A Dbpf_sk_storage.c371 case BPF_TRACE_FENTRY: in bpf_sk_storage_tracing_allowed()
/openbmc/linux/tools/bpf/bpftool/
H A Dcommon.c1161 case BPF_TRACE_FENTRY: return "fentry"; in bpf_attach_type_input_str()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1018 BPF_TRACE_FENTRY, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1018 BPF_TRACE_FENTRY, enumerator
/openbmc/linux/net/bpf/
H A Dtest_run.c664 case BPF_TRACE_FENTRY: in bpf_prog_test_run_tracing()