]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commit09e3300d572254c6a60452c06b935d92877766de
tree906b7490056cf42200683024bdb8ad6df49b866c
parent80d58535c94005b68410dbfd2220e447eb3a8b63
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 <kris.van.hees@oracle.com>
kernel/dtrace/Kconfig