]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: CONFIG_DTRACE should depend on CONFIG_UPROBES
authorNick Alcock <nick.alcock@oracle.com>
Mon, 29 Jul 2013 14:36:54 +0000 (15:36 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Tue, 21 Jul 2015 14:29:00 +0000 (15:29 +0100)
commit19ba0ff33553cf31d892dc65f3d8a2d83c8def57
treef46201c4d6fd2416c98a7653ddc4da6248f2495c
parentda2a4fa0dbb0e6603abea4868d67579bebc7d769
dtrace: CONFIG_DTRACE should depend on CONFIG_UPROBES

Since DTrace uses uprobes, it needs to select it, or we end up with most of
uprobes not being compiled in.  In this situation, you can still *try* to
register a uprobe, but it will always fail.

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