]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: Fix accounting bug with direct->count in register_ftrace_direct()
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 15 Nov 2019 19:13:20 +0000 (14:13 -0500)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 15 Nov 2019 19:23:55 +0000 (14:23 -0500)
commitfb9dfa153e385cc7d98585ae1030c68923acd182
tree7d512e871891ef7b725cd34920d20c6e6fe0df0a
parent90906554d95652b839f9001234f09867684f3cf8
ftrace: Fix accounting bug with direct->count in register_ftrace_direct()

The direct->count wasn't being updated properly, where it only was updated
when the first entry was added, but should be updated every time.

Fixes: 0a5f257f8b3b0 ("ftrace: Add ftrace_find_direct_func()")
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/ftrace.c