commit | 6350379452ccaeaa71734adf57dec2ebc9207849 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Nov 02 16:58:56 2012 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Jan 22 23:37:57 2013 -0500 |
tree | 58873a5c9c3d7c2b9b29d56482a87a4392ecb8a2 | |
parent | 05cbbf643b8eea1be21082c53cdb856d1dc6d765 [diff] |
ftrace: Fix global function tracers that are not recursion safe If one of the function tracers set by the global ops is not recursion safe, it can still be called directly without the added recursion supplied by the ftrace infrastructure. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>