This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [EXTERNAL] Re: Help


"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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]