tracing/syscalls: Early terminate search for sys_ni_syscall
authorIan Munsie <imunsie@au1.ibm.com>
Thu, 3 Feb 2011 03:27:25 +0000 (14:27 +1100)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 8 Feb 2011 02:30:14 +0000 (21:30 -0500)
commitae07f551c42d6e4162436ca452a199deac9dab4d
tree88041bf32c4ee8788ef1b909539d0a42fcd9f3f9
parentb2d55496818d64310b9f5486d4eea76ea614d7f8
tracing/syscalls: Early terminate search for sys_ni_syscall

Many system calls are unimplemented and mapped to sys_ni_syscall, but at
boot ftrace would still search through every syscall metadata entry for
a match which wouldn't be there.

This patch adds causes the search to terminate early if the system call
is not mapped.

Signed-off-by: Ian Munsie <imunsie@au1.ibm.com>
LKML-Reference: <1296703645-18718-7-git-send-email-imunsie@au1.ibm.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_syscalls.c