]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: systrace should depend on FTRACE_SYSCALLS.
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 19 May 2011 17:08:27 +0000 (10:08 -0700)
committerNick Alcock <nick.alcock@oracle.com>
Mon, 29 Jun 2015 21:39:50 +0000 (22:39 +0100)
commitc7927c711c67ff822ecc1ed7452d4f09f64ea210
treecaf33e5864757adf0227358edd4282f5dc1a9415
parent1c9ecb4e39a1b901f4d79c393c04bd957b60f729
dtrace: systrace should depend on FTRACE_SYSCALLS.

This is because systrace uses syscall_nr_to_meta, which is only available
when FTRACE_SYSCALLS is enabled.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
kernel/dtrace/Kconfig