This is the mail archive of the
systemtap@sources.redhat.com
mailing list for the systemtap project.
Re: [RFC] ia64 function return probes
- From: David Mosberger <davidm at napali dot hpl dot hp dot com>
- To: Keith Owens <kaos at ocs dot com dot au>
- Cc: Rusty Lynch <rusty dot lynch at intel dot com>, linux-ia64 at vger dot kernel dot org,Anil S Keshavamurthy <anil dot s dot keshavamurthy at intel dot com>,linux-kernel at vger dot kernel dot org, systemtap at sources dot redhat dot com,Hien Nguyen <hien at us dot ibm dot com>
- Date: Thu, 2 Jun 2005 21:56:14 -0700
- Subject: Re: [RFC] ia64 function return probes
- References: <200506012139.j51LdMhY031546@linux.jf.intel.com><7459.1117765049@kao2.melbourne.sgi.com>
- Reply-to: davidm at hpl dot hp dot com
>>>>> On Fri, 03 Jun 2005 12:17:29 +1000, Keith Owens <kaos@ocs.com.au> said:
Keith> * arch_prepare_kretprobe() bumps sp by 16 bytes, to account
Keith> for the saved b0 and ar.pfs.
What if function arguments are being passed on the stack (e.g., more
than 8 scalar arguments)?
--david