]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Fix to exclude stack addresses from pcstack.
authorKris Van Hees <kris.van.hees@oracle.com>
Thu, 2 May 2013 19:24:22 +0000 (15:24 -0400)
committerKris Van Hees <kris.van.hees@oracle.com>
Thu, 2 May 2013 19:24:22 +0000 (15:24 -0400)
commit8edba985418e6f49872c575b6bc12a1ac3e6e146
tree49b1aa14acc443f0561c07299e0770d36e0f5d57
parent6b92bd97ee36e37750236e87ce8c4db2b10d4ec6
Fix to exclude stack addresses from pcstack.

Because the stack is considered executable memory, addresses on the stack that
point back into the stack were considered potential return address addresses,
and therefore they were (incorrectly) included in the pcstack output.

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