Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_types.h137 BPF_LINK_TYPE(BPF_LINK_TYPE_TRACING, tracing)
/openbmc/linux/tools/bpf/bpftool/
H A Dlink.c415 case BPF_LINK_TYPE_TRACING: in show_link_close_json()
751 case BPF_LINK_TYPE_TRACING: in show_link_close_plain()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1051 BPF_LINK_TYPE_TRACING = 2, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1051 BPF_LINK_TYPE_TRACING = 2, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c3215 bpf_link_init(&link->link.link, BPF_LINK_TYPE_TRACING, in bpf_tracing_prog_attach()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c130 [BPF_LINK_TYPE_TRACING] = "tracing",