[Bug translator/32697] Systemtap unable to find sys_enter and sys_exit tracepoints on Fedora Rawhide kernel-6.14.0-0.rc2.22.fc43.x86_64
wcohen at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Mar 3 18:54:17 GMT 2025
https://sourceware.org/bugzilla/show_bug.cgi?id=32697
--- Comment #2 from William Cohen <wcohen at redhat dot com> ---
Something has changed that prevens the sys_enter (and sys_exit) tracepoints
from being found in 6.13 kernel:
wcohen@fc41:~$ ls /lib/modules
6.12.15-200.fc41.x86_64 6.13.5-200.fc41.x86_64
wcohen@fc41:~$ stap -r 6.12.15-200.fc41.x86_64 -L 'kernel.trace("sys_enter")'
kernel.trace("raw_syscalls:sys_enter") $regs:struct pt_regs* $id:long int
wcohen@fc41:~$ stap -r 6.13.5-200.fc41.x86_64 -L 'kernel.trace("sys_enter")'
wcohen@fc41:~$
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list