commit | 2ffe3ccf80eba0ac9ca71c41e7357d92f1c08fc3 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Jul 13 15:08:31 2011 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 03 09:18:54 2012 -0800 |
tree | b25759efa685d002b043e657fa3d05624c85eaaa | |
parent | f935e6192f9e068da8f8395f032ff4b721fe8510 [diff] |
ftrace: Update filter when tracing enabled in set_ftrace_filter() commit 072126f4529196f71a97960248bca54fd4554c2d upstream. Currently, if set_ftrace_filter() is called when the ftrace_ops is active, the function filters will not be updated. They will only be updated when tracing is disabled and re-enabled. Update the functions immediately during set_ftrace_filter(). Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>