]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: require assembler symbol stripping and debug info
authorNick Alcock <nick.alcock@oracle.com>
Tue, 31 Jul 2012 17:35:57 +0000 (18:35 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Mon, 29 Jun 2015 21:40:28 +0000 (22:40 +0100)
commitb77f47a7198680db783ca4ecb5a66c15cf4b6e34
tree0dcd191885c37ab7295aa6d5995f9d71dab33713
parentc8f704293d75c33082950f77fba2be542c87dc01
dtrace: require assembler symbol stripping and debug info

The former is needed because dt_module.c doesn't know how to ignore assembler
labels when reading module symbol data: the latter because dwarf2ctf reads the
types out of debug info.

Use select rather than require because both of these requirements are distinctly
non-obvious and we don't want to force people to hunt about for them.

Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
kernel/dtrace/Kconfig