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: Where is stap looking for debuginfo?


"Haley Miller" <haley.miller@gmail.com> wrote on 09/25/2007 11:08:14 AM:

> Redhat Enterprise Linux 4 on an x86_64 SMP machine.
>

Do you have the kernel debuginfo package installed?

From an old thread:

Systemtap looks for the debug info in these locations
? /boot/vmlinux-`uname -r` ? /usr/lib/debug/lib/modules/`uname
-r`/vmlinux ? /lib/modules/`uname -r`/vmlinux

So make sure that you have vmlinux in one of those locations.


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