Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dcommon.c63 [BPF_TRACE_RAW_TP] = "raw_tp",
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h228 BPF_TRACE_RAW_TP, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h228 BPF_TRACE_RAW_TP, enumerator
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c8372 case BPF_TRACE_RAW_TP: in check_return_code()
12097 case BPF_TRACE_RAW_TP: in bpf_check_attach_target()
12275 if (prog->expected_attach_type == BPF_TRACE_RAW_TP) { in check_attach_btf_id()
H A Dsyscall.c2851 prog->expected_attach_type == BPF_TRACE_RAW_TP) { in bpf_raw_tracepoint_open()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c8339 .expected_attach_type = BPF_TRACE_RAW_TP,
8696 if (attach_type == BPF_TRACE_RAW_TP) in __find_vmlinux_btf_id()