]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
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)
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

index 72a1f2aca856a198e601f4c3ebc9bdac43742daa..b5ba8e15b1157e8b0c45cac1ce4efc7b44bc3295 100644 (file)
@@ -53,6 +53,7 @@ config DT_SDT
 
 config DT_SYSTRACE
        tristate "System Call Tracing"
+       depends on FTRACE_SYSCALLS
        default m
        help
          To be written.