On 03/15, Andrii Nakryiko wrote: > Add ability to specify and retrieve BPF cookie for raw tracepoint programs. > Both BTF-aware (SEC("tp_btf")) and non-BTF-aware (SEC("raw_tp")) are > supported, as they are exactly the same at runtime. > > This issue recently came up in production use cases, where custom tried to > switch from slower classic tracepoints to raw tracepoints and ran into this > limitation. Luckily, it's not that hard to support this for raw_tp programs. Acked-by: Stanislav Fomichev <sdf@xxxxxxxxxx>