]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: Return NULL at end of t_start() instead of calling t_hash_start()
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 30 Mar 2017 01:40:49 +0000 (21:40 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 31 Mar 2017 22:00:37 +0000 (18:00 -0400)
commit936762cc5eabb72d88abd937efa69f5f39c3107a
tree0cc6b7911663623916107f64601bacfbcc8aeaac
parent30c74e5ace0a3c00f80127a37e6ecd70e95ecc8a
ftrace: Return NULL at end of t_start() instead of calling t_hash_start()

The loop in t_start() of calling t_next() will call t_hash_start() if the
pos is beyond the functions and enters the hash items. There's no reason to
check if p is NULL and call t_hash_start(), as that would be redundant.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/ftrace.c