]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: fix retrieval of arg5 through arg9
authorKris Van Hees <kris.van.hees@oracle.com>
Tue, 27 Aug 2013 19:49:50 +0000 (15:49 -0400)
committerKris Van Hees <kris.van.hees@oracle.com>
Thu, 5 Sep 2013 20:57:02 +0000 (16:57 -0400)
commitc03e8ecb74bd4d16b1fa905327fd67249a0bc087
treec82e61bd16abf22bbc5f3be9a7f9d92c53a62dd4
parent165c4942ba239dd4c5fc6c170c407220d7febdce
dtrace: fix retrieval of arg5 through arg9

Fix the retrieval of arguments passed on the stack for SDT, USDT, and direct
call probes.  This commit also adds trivial support for testcases related to
this fix.

Orabug: 17368166

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