]> 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)
committerNick Alcock <nick.alcock@oracle.com>
Tue, 21 Jul 2015 14:29:13 +0000 (15:29 +0100)
commit8771a2bb36e81dcbd41c1ba5516bec4b1c560e4b
tree5999f7b2359fb3e0114a03e58e000174cf30de78
parentd58358a41d1930f93f80ff42343c90a4a16c50a0
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>
include/linux/dtrace_cpu.h
kernel/dtrace/dtrace_cpu.c
kernel/dtrace/dtrace_os.c