From 09e3300d572254c6a60452c06b935d92877766de Mon Sep 17 00:00:00 2001 From: Kris Van Hees Date: Mon, 23 May 2011 21:42:48 -0400 Subject: [PATCH] dtrace: DT_SYSTRACE should not depend on FTRACE_SYSCALLS. 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 --- kernel/dtrace/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/dtrace/Kconfig b/kernel/dtrace/Kconfig index b5ba8e15b115..72a1f2aca856 100644 --- a/kernel/dtrace/Kconfig +++ b/kernel/dtrace/Kconfig @@ -53,7 +53,6 @@ config DT_SDT config DT_SYSTRACE tristate "System Call Tracing" - depends on FTRACE_SYSCALLS default m help To be written. -- 2.50.1