Home
last modified time | relevance | path

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

/Linux-v6.1/tools/bpf/bpftool/
Dcommon.c1079 case BPF_TRACE_RAW_TP: return "raw_tp"; in bpf_attach_type_input_str()
/Linux-v6.1/net/core/
Dbpf_sk_storage.c403 case BPF_TRACE_RAW_TP: in bpf_sk_storage_tracing_allowed()
/Linux-v6.1/tools/include/uapi/linux/
Dbpf.h1007 BPF_TRACE_RAW_TP, enumerator
/Linux-v6.1/include/uapi/linux/
Dbpf.h1007 BPF_TRACE_RAW_TP, enumerator
/Linux-v6.1/tools/lib/bpf/
Dbpf.c763 case BPF_TRACE_RAW_TP: in bpf_link_create()
Dlibbpf.c104 [BPF_TRACE_RAW_TP] = "trace_raw_tp",
8485 SEC_DEF("tp_btf+", TRACING, BPF_TRACE_RAW_TP, SEC_ATTACH_BTF, attach_trace),
8928 case BPF_TRACE_RAW_TP: in btf_get_kernel_prefix_kind()
/Linux-v6.1/kernel/bpf/
Dsyscall.c3302 prog->expected_attach_type == BPF_TRACE_RAW_TP) { in bpf_raw_tp_link_attach()
3438 case BPF_TRACE_RAW_TP: in attach_type_to_prog_type()
4584 if (prog->expected_attach_type == BPF_TRACE_RAW_TP) in link_create()
Dverifier.c10624 case BPF_TRACE_RAW_TP: in check_return_code()
14936 case BPF_TRACE_RAW_TP: in bpf_check_attach_target()
15134 if (prog->expected_attach_type == BPF_TRACE_RAW_TP) { in BTF_SET_START()