This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: Stap is translating to functions in __exit sections...and later module load fails
- From: Keshavamurthy Anil S <anil dot s dot keshavamurthy at intel dot com>
- To: "Stone, Joshua I" <joshua dot i dot stone at intel dot com>
- Cc: Eugeniy Meshcheryakov <eugeniy dot meshcheryakov at googlemail dot com>, "Keshavamurthy, Anil S" <anil dot s dot keshavamurthy at intel dot com>, Systemtap <systemtap at sources dot redhat dot com>
- Date: Fri, 13 Oct 2006 15:18:15 -0700
- Subject: Re: Stap is translating to functions in __exit sections...and later module load fails
- References: <C56DB814FAA30B418C75310AC4BB279DC4C843@scsmsx413.amr.corp.intel.com>
- Reply-to: Keshavamurthy Anil S <anil dot s dot keshavamurthy at intel dot com>
On Fri, Oct 13, 2006 at 03:28:46PM -0700, Stone, Joshua I wrote:
> On Friday, October 13, 2006 2:29 PM, Eugeniy Meshcheryakov wrote:
> $ stap -p2 -vv -e 'probe kernel.function("exit_pfm_fs"){}' 2>&1 | grep
> 'pc='
[root@csdor-tiger1 linux-2.6.19-rc1]# stap -p2 -vv -e 'probe kernel.function("exit_pfm_fs"){}' 2>&1 | grep 'pc='
probe exit_pfm_fs@arch/ia64/kernel/perfmon.c:1507 pc=0x0
-Anil