Package: bpftrace
Version: 0.20.1-1
Severity: important
Hi,
bpftrace in sid fails to find individual uprobes, but strangely manages
to find them if using a wildcard. The uprobe then seems to behave as
expected, it can print arguments and such.
root@testvm:~# bpftrace -e 'uprobe:/bin/ls:format_user_or_group {}'
No probes to attach
root@testvm:~# bpftrace -e 'uprobe:/bin/ls:format_user_or_grou* {}'
Attaching 1 probe...
Kprobes are not affected:
root@testvm:~# bpftrace -e 'kprobe:icmp_echo {}'
Attaching 1 probe...
This is with bpftrace 0.20.1-1, kernel 6.6.13-1, coreutils 9.4-3+b1 (and
related -dbgsym package) on a clean amd64 test VM.