[Bug documentation/11554] Document SYSTEMTAP_DEBUGINFO_PATH better
jkenisto at us dot ibm dot com
sourceware-bugzilla@sourceware.org
Tue May 25 13:36:00 GMT 2010
------- Additional Comments From jkenisto at us dot ibm dot com 2010-05-24 15:53 -------
In response to another perplexed user, Srikar Dronamraju wrote:
-----
>From my experience stap looks for debuginfo files in this order.
As soon as it finds a vmlinux file, it stops searching even if that
vmlinux file is not debug file.
The directory containing vmlinux can also specified by using
SYSTEMTAP_DEBUGINFO_PATH environmental variable. [How? Jim]
/boot/vmlinux-`uname -r`
/boot/.debug/vmlinux-`uname -r`
/usr/lib/debug/boot/vmlinux-`uname -r`
/boot/vmlinux-`uname -r`.debug
/boot/.debug/vmlinux-`uname -r`.debug
/usr/lib/debug/boot/`uname -r`5.1snap2.debug
/lib/modules/`uname -r`/vmlinux
/lib/modules/`uname -r`/vmlinux.debug
/lib/modules/`uname -r`/.debug/vmlinux.debug
/usr/lib/debug/lib/modules/`uname -r`/vmlinux.debug
-----
How did you determine this, Srikar?
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11554
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list