commit | 1fcc155351f183e5044180eeb372a8ff47710855 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Wed Feb 19 15:12:18 2014 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Feb 20 12:32:55 2014 -0500 |
tree | 111b7ee855b3a4bc463e6ac04c5dbad3bcb43ded | |
parent | e1e232ca6b8faa210e5509f17d55519b4392524f [diff] |
ftrace: Have static function trace clear ENABLED flag on unregister The ENABLED flag needs to be cleared when a ftrace_ops is unregistered otherwise it wont be able to be registered again. This is only for static tracing and does not affect DYNAMIC_FTRACE at all. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>