This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug kprobes/22772] missing kernel/module debuginfo for custom lt kernel
- From: "fche at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Thu, 01 Feb 2018 19:48:37 +0000
- Subject: [Bug kprobes/22772] missing kernel/module debuginfo for custom lt kernel
- Auto-submitted: auto-generated
- References: <bug-22772-6586@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=22772
Frank Ch. Eigler <fche at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fche at redhat dot com
--- Comment #5 from Frank Ch. Eigler <fche at redhat dot com> ---
Try
% stap -p4 -vvv -e 'probe kernel.function("sys_open") { }'
And also % strace stap ...
to see where it's looking for kernel build / debug data.
--
You are receiving this mail because:
You are the assignee for the bug.