]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Ensure that arg6 through arg9 get retrieved correctly for USDT probes.
authorKris Van Hees <kris.van.hees@oracle.com>
Fri, 31 May 2013 06:48:37 +0000 (02:48 -0400)
committerKris Van Hees <kris.van.hees@oracle.com>
Fri, 31 May 2013 06:48:37 +0000 (02:48 -0400)
commitb7522ab3c742593c3c21bedbe08cb87c7c3beb62
tree5b75842d860fdd3611cb4cf131333661de59a5fa
parentae127d2b21531a2a512325e8df8f523e98fc7e5b
Ensure that arg6 through arg9 get retrieved correctly for USDT probes.

A bug in the implementation of retrieving arguments from the stack caused
bogus values to be returned for arg6 through arg9 on x86_64.  This has been
resolved.

This commit also removes various debugging output that is no longer needed.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/fasttrap_dev.c