[Bug translator/25145] stap -L 'process("<binary>").statement("*@*:*")' very slow on aarch64 and power64le machines
wcohen at redhat dot com
sourceware-bugzilla@sourceware.org
Thu Apr 11 18:04:29 GMT 2024
https://sourceware.org/bugzilla/show_bug.cgi?id=25145
William Cohen <wcohen at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #1 from William Cohen <wcohen at redhat dot com> ---
On a fresh ppc64le Fedora 39 install and build of systemtap git checkout
(83ea7cbc0fcfd9caf). The reproducer runs reasonably fast:
# rpm -q kernel systemtap elfutils binutils binutils-debuginfo
kernel-6.8.4-200.fc39.ppc64le
systemtap-5.1-1.fc39.ppc64le
elfutils-0.191-2.fc39.ppc64le
binutils-2.40-14.fc39.ppc64le
binutils-debuginfo-2.40-14.fc39.ppc64le
# time stap -L 'process("/usr/bin/ld").statement("*@*:*")'|wc
11271 75465 2338858
real 0m11.103s
user 0m5.482s
sys 0m0.094s
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list