]> www.infradead.org Git - users/jedix/linux-maple.git/commit
OS/arch specific ustack implementation.
authorKris Van Hees <kris.van.hees@oracle.com>
Fri, 26 Apr 2013 06:09:26 +0000 (02:09 -0400)
committerKris Van Hees <kris.van.hees@oracle.com>
Fri, 26 Apr 2013 06:09:26 +0000 (02:09 -0400)
commit1d1f137865889b1be0e24f35d9320aa75d06c02e
treeedac4cd31a4da19a6966adae6d0f89c895e87e8d
parentbda833d00cd95c57224145be1c596f5318f08759
OS/arch specific ustack implementation.

This provides the implementation for ustack's getupcstack function, and the
related ustackdepth.  Due to the frequent use of omit-framepointer in the
compilation of userspace code, ustack will return all addresses on the stack
that reference into memory areas with executable code.

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