]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: cater for changes in the way the kernel is linked
authorKris Van Hees <kris.van.hees@oracle.com>
Thu, 18 Oct 2012 15:56:46 +0000 (16:56 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Mon, 29 Jun 2015 21:41:38 +0000 (22:41 +0100)
commit08ed94d6e135d58ca9411b6e31fa3b9fd7669a75
tree81dff810bde47eb3fde8f2353ac6124affa64e69
parentc8bb802e8c8ce35306ab5ad9c92265fd546f7f15
dtrace: cater for changes in the way the kernel is linked

3.6 started linking using a shell script, scripts/linux-vmlinux.sh, rather than
the old hair in the top-level Makefile. The SDT stub creation has to move in
there too.

Also, skip debugging sections explicitly when hunting for SDT probes in objdump
output.

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