https://bugzilla.suse.com/show_bug.cgi?id=1232536 https://bugzilla.suse.com/show_bug.cgi?id=1232536#c5 --- Comment #5 from Anthony Iliopoulos <ailiopoulos@suse.com> --- hm so the 'u:/bin/bash:readline' probe syntax *should* be working (it does in other distros indeed). but there's something about our bash that prevents the readline symbol from being resolved: on TW (notice there's no "readline" function): # bpftrace -l 'uprobe:/bin/bash:*' |grep -i readline uprobe:/bin/bash:initialize_readline uprobe:/bin/bash:maybe_make_readline_line uprobe:/bin/bash:pcomp_set_readline_variables uprobe:/bin/bash:posix_readline_initialize uprobe:/bin/bash:readline_get_char_offset uprobe:/bin/bash:readline_set_char_offset uprobe:/bin/bash:yy_readline_get.lto_priv.0 uprobe:/bin/bash:yy_readline_unget.lto_priv.0 on debian: # bpftrace -l 'uprobe:/bin/bash:*'|grep readline uprobe:/bin/bash:initialize_readline uprobe:/bin/bash:pcomp_set_readline_variables uprobe:/bin/bash:posix_readline_initialize uprobe:/bin/bash:readline uprobe:/bin/bash:readline_internal_char uprobe:/bin/bash:readline_internal_setup uprobe:/bin/bash:readline_internal_teardown -- You are receiving this mail because: You are on the CC list for the bug.