Home
last modified time | relevance | path

Searched refs:BPF_TRACE_RAW_TP (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/verifier/
H A Dsleepable.c85 .expected_attach_type = BPF_TRACE_RAW_TP,
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc_raw.c90 attr.prog_type = BPF_TRACE_RAW_TP; in test_bad_local_id()
H A Dbpf_cookie.c608 link_fd = bpf_link_create(prog_fd, 0, BPF_TRACE_RAW_TP, &link_opts); in tp_btf_subtest()
/linux-6.15/Documentation/bpf/libbpf/
H A Dprogram_types.rst198 | | ``BPF_TRACE_RAW_TP`` | ``tp_btf+`` …
/linux-6.15/net/core/
H A Dbpf_sk_storage.c367 case BPF_TRACE_RAW_TP: in bpf_sk_storage_tracing_allowed()
/linux-6.15/tools/bpf/bpftool/
H A Dcommon.c1161 case BPF_TRACE_RAW_TP: return "raw_tp"; in bpf_attach_type_input_str()
/linux-6.15/tools/lib/bpf/
H A Dbpf.c791 case BPF_TRACE_RAW_TP: in bpf_link_create()
869 case BPF_TRACE_RAW_TP: in bpf_link_create()
H A Dlibbpf.c113 [BPF_TRACE_RAW_TP] = "trace_raw_tp",
9518 SEC_DEF("tp_btf+", TRACING, BPF_TRACE_RAW_TP, SEC_ATTACH_BTF, attach_trace),
9960 case BPF_TRACE_RAW_TP: in btf_get_kernel_prefix_kind()
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h1088 BPF_TRACE_RAW_TP, enumerator
/linux-6.15/include/uapi/linux/
H A Dbpf.h1088 BPF_TRACE_RAW_TP, enumerator
/linux-6.15/kernel/bpf/
H A Dsyscall.c3968 prog->expected_attach_type == BPF_TRACE_RAW_TP) { in bpf_raw_tp_link_attach()
4092 case BPF_TRACE_RAW_TP: in attach_type_to_prog_type()
5396 if (prog->expected_attach_type == BPF_TRACE_RAW_TP) in link_create()
H A Dbtf.c6084 case BPF_TRACE_RAW_TP: in btf_validate_prog_ctx_type()
6428 return atype == BPF_TRACE_RAW_TP || atype == BPF_TRACE_ITER; in prog_args_trusted()
6814 if (prog->expected_attach_type == BPF_TRACE_RAW_TP) { in btf_ctx_access()
H A Dverifier.c16920 case BPF_TRACE_RAW_TP: in check_return_code()
23195 case BPF_TRACE_RAW_TP: in bpf_check_attach_target()
23497 if (prog->expected_attach_type == BPF_TRACE_RAW_TP) { in check_attach_btf_id()
/linux-6.15/kernel/trace/
H A Dbpf_trace.c2032 prog->expected_attach_type == BPF_TRACE_RAW_TP) in tracing_prog_func_proto()