BPF_LINK_TYPE_TRACING
BPF_LINK_TYPE(BPF_LINK_TYPE_TRACING, tracing)
(link->type == BPF_LINK_TYPE_TRACING && link->attach_type == BPF_TRACE_RAW_TP);
bpf_tramp_link_init(&link->link, BPF_LINK_TYPE_TRACING,
if (node->link->type == BPF_LINK_TYPE_TRACING) {
case BPF_LINK_TYPE_TRACING:
case BPF_LINK_TYPE_TRACING:
[BPF_LINK_TYPE_TRACING] = "tracing",
if (!ASSERT_EQ(info.type, BPF_LINK_TYPE_TRACING, "link_type"))