From: Steven Rostedt Date: Mon, 30 Mar 2009 15:11:28 +0000 (-0400) Subject: function-graph: allow unregistering twice X-Git-Tag: v2.6.30-rc1~203^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aad1b76e6b0cc5a2e5d9b95a9f356ddddbfa8a9;p=pandora-kernel.git function-graph: allow unregistering twice Impact: fix to permanent disabling of function graph tracer There should be nothing to prevent a tracer from unregistering a function graph callback more than once. This can simplify error paths. But currently, the counter does not account for mulitple unregistering of the function graph callback. If it happens, the function graph tracer will be permanently disabled. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed