From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17806 invoked by alias); 24 May 2010 15:54:03 -0000 Received: (qmail 17749 invoked by uid 48); 24 May 2010 15:53:48 -0000 Date: Tue, 25 May 2010 13:36:00 -0000 Message-ID: <20100524155348.17748.qmail@sourceware.org> From: "jkenisto at us dot ibm dot com" To: systemtap@sources.redhat.com In-Reply-To: <20100428180723.11554.jkenisto@us.ibm.com> References: <20100428180723.11554.jkenisto@us.ibm.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug documentation/11554] Document SYSTEMTAP_DEBUGINFO_PATH better X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2010-q2/txt/msg00435.txt.bz2 ------- 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.