Home
last modified time | relevance | path

Searched refs:BPF_TRACE_FENTRY (Results 1 – 20 of 20) 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.c185 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.c471 .expected_attach_type = BPF_TRACE_FENTRY, in load_fentry()
H A Dbpf_cookie.c543 fentry_fd = bpf_link_create(prog_fd, 0, BPF_TRACE_FENTRY, &link_opts); in tracing_subtest()
/linux/tools/lib/bpf/
H A Dlibbpf_probes.c138 opts.expected_attach_type = BPF_TRACE_FENTRY; in probe_prog_load()
H A Dlibbpf.c115 [BPF_TRACE_FENTRY] = "trace_fentry",
10164 SEC_DEF("fentry+", TRACING, BPF_TRACE_FENTRY, SEC_ATTACH_BTF, attach_trace),
10167 SEC_DEF("fentry.s+", TRACING, BPF_TRACE_FENTRY, SEC_ATTACH_BTF | SEC_SLEEPABLE, attach_trace),
/linux/net/core/
H A Dbpf_sk_storage.c371 case BPF_TRACE_FENTRY: in bpf_sk_storage_tracing_allowed()
/linux/kernel/bpf/
H A Dtrampoline.c184 if (eatype == BPF_TRACE_FENTRY || eatype == BPF_TRACE_FEXIT || in bpf_prog_has_trampoline()
822 case BPF_TRACE_FENTRY: in bpf_attach_type_to_tramp()
H A Dsyscall.c3649 if (prog->expected_attach_type != BPF_TRACE_FENTRY && in bpf_tracing_prog_attach()
4448 case BPF_TRACE_FENTRY: in attach_type_to_prog_type()
H A Dverifier.c17274 case BPF_TRACE_FENTRY: in return_retval_range()
20010 (tgt_prog->expected_attach_type == BPF_TRACE_FENTRY || in bpf_check_attach_target()
20118 case BPF_TRACE_FENTRY: in bpf_check_attach_target()
20280 case BPF_TRACE_FENTRY: in BTF_SET_START()
H A Dbtf.c6297 case BPF_TRACE_FENTRY: in btf_validate_prog_ctx_type()
/linux/tools/bpf/bpftool/
H A Dcommon.c1195 case BPF_TRACE_FENTRY: return "fentry"; in bpf_attach_type_input_str()
/linux/tools/include/uapi/linux/
H A Dbpf.h1124 BPF_TRACE_FENTRY, enumerator
/linux/include/uapi/linux/
H A Dbpf.h1124 BPF_TRACE_FENTRY, enumerator
/linux/net/bpf/
H A Dtest_run.c698 case BPF_TRACE_FENTRY: in bpf_prog_test_run_tracing()