Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/verifier/
H A Dsleepable.c85 .expected_attach_type = BPF_TRACE_RAW_TP,
/openbmc/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst172 | | ``BPF_TRACE_RAW_TP`` | ``tp_btf+`` …
/openbmc/linux/net/core/
H A Dbpf_sk_storage.c368 case BPF_TRACE_RAW_TP: in bpf_sk_storage_tracing_allowed()
/openbmc/linux/tools/bpf/bpftool/
H A Dcommon.c1160 case BPF_TRACE_RAW_TP: return "raw_tp"; in bpf_attach_type_input_str()
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1034 BPF_TRACE_RAW_TP, enumerator
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1034 BPF_TRACE_RAW_TP, enumerator
/openbmc/linux/tools/lib/bpf/
H A Dbpf.c842 case BPF_TRACE_RAW_TP: in bpf_link_create()
H A Dlibbpf.c105 [BPF_TRACE_RAW_TP] = "trace_raw_tp",
8807 SEC_DEF("tp_btf+", TRACING, BPF_TRACE_RAW_TP, SEC_ATTACH_BTF, attach_trace),
9252 case BPF_TRACE_RAW_TP: in btf_get_kernel_prefix_kind()
/openbmc/linux/kernel/bpf/
H A Dsyscall.c3665 prog->expected_attach_type == BPF_TRACE_RAW_TP) { in bpf_raw_tp_link_attach()
3778 case BPF_TRACE_RAW_TP: in attach_type_to_prog_type()
5015 if (prog->expected_attach_type == BPF_TRACE_RAW_TP) in link_create()
H A Dverifier.c15037 case BPF_TRACE_RAW_TP: in check_return_code()
19927 case BPF_TRACE_RAW_TP: in bpf_check_attach_target()
20178 if (prog->expected_attach_type == BPF_TRACE_RAW_TP) { in check_attach_btf_id()
H A Dbtf.c5916 return atype == BPF_TRACE_RAW_TP || atype == BPF_TRACE_ITER; in prog_args_trusted()