]> www.infradead.org Git - users/jedix/linux-maple.git/commit
stack() / jstack(): Send PID to userspace.
authorNick Alcock <nick.alcock@oracle.com>
Thu, 28 Mar 2013 20:46:09 +0000 (20:46 +0000)
committerNick Alcock <nick.alcock@oracle.com>
Thu, 28 Mar 2013 20:47:01 +0000 (20:47 +0000)
commit4ffba11c271ae9177ac69cc0fd0650c24a37cb1e
tree1e58a2a57fed9fadc022d79a6a8a4c7484cebbc9
parent1db5d376901b2c1b225f0424a40f99bd456da8bc
stack() / jstack(): Send PID to userspace.

The stack() and jstack() actions expect the buffer to begin with the PID under
investigation, rather than just being a stream of addresses, as now.

Adjust the buffer size and contents accordingly.

Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
dtrace/dtrace_ecb.c
dtrace/dtrace_probe.c