]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
dtrace: DT_SYSTRACE should not depend on FTRACE_SYSCALLS.
authorKris Van Hees <kris.van.hees@oracle.com>
Tue, 24 May 2011 01:42:48 +0000 (21:42 -0400)
committerNick Alcock <nick.alcock@oracle.com>
Mon, 29 Jun 2015 21:39:51 +0000 (22:39 +0100)
The systrace provider depends on the FTRACE_SYSCALLS kernel feature.
The systrace provider is actually called syscall on Solaris, so it has been
renamed on the Linux side (i.e. it registers itself as syscall).
Added some debug statements to track probe searches better.
The probes/probematch ioctl handling should return -ESRCH when the last hit
has been returned already.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
kernel/dtrace/Kconfig

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