[EXTERNAL] Re: Help
Frank Ch. Eigler
fche@redhat.com
Thu Jun 14 16:11:00 GMT 2018
"Fieck, Brennan" <Brennan_Fieck@comcast.com> writes:
> [...]
> $ repoquery -l kernel-lt-debuginfo | cut -d '/' --fields=1,2,3,4,5 | sort | uniq
>
> /usr/lib/debug
> /usr/lib/debug/.build-id
> /usr/lib/debug/.dwz
> /usr/lib/debug/lib
> /usr/lib/debug/usr
> /usr/src/debug/kernel-lt-4.9.70
Rather than this search, how about
% rpm -ql kernel-lt-debuginfo | grep vmlinux
It would not surprise me if that custom kernel build ended up missing
some of the debuginfo. The kernel.spec files that do this are deep
magic.
Have you tested stap on your box, but with a normal distro kernel
and its normal debuginfo?
- FChE
More information about the Systemtap
mailing list