]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: fix a bug in the SDT probe location generator
authorKris Van Hees <kris.van.hees@oracle.com>
Mon, 30 Jul 2012 19:03:45 +0000 (15:03 -0400)
committerNick Alcock <nick.alcock@oracle.com>
Mon, 29 Jun 2015 21:40:27 +0000 (22:40 +0100)
commit2d397202437f7cca38948e98183526a984aef082
treedfdb79c918e40b2473e91ed4e40a0ee69be15079
parentf0d0ebd0b4c08edfe65d3f6d2a139484bd7d02df
dtrace: fix a bug in the SDT probe location generator

The generator could accidentally add the address of a non-function
identifier to the SDT list (e.g. watchdog occurs both in the
uninitialised data section (BSS) and the text section).

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
scripts/dtrace_sdt.sh