> The provided <pattern> is used as 'pattern' argument in > bpf_program__attach_kprobe_multi_opts function.
Should this say bpf_program__attach_tracing_multi instead of bpf_program__attach_kprobe_multi_opts? The auto-attach path in attach_tracing_multi() calls bpf_program__attach_tracing_multi(), not the kprobe variant. --- AI reviewed your patch. Please fix the bug or email reply why it's not a bug. See: https://github.com/kernel-patches/vmtest/blob/master/ci/claude/README.md CI run summary: https://github.com/kernel-patches/bpf/actions/runs/23133791558
