diff options
author | Steven Rostedt <srostedt@redhat.com> | 2009-03-30 11:11:28 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-01 14:47:42 +0200 |
commit | 2aad1b76e6b0cc5a2e5d9b95a9f356ddddbfa8a9 (patch) | |
tree | 80ac6be0f1502079a50f8b1b4ffcc5e0586791e8 /kernel/fork.c | |
parent | 8b54e45b0005875f59cb8b1c44d429a161d5f245 (diff) | |
download | linux-2aad1b76e6b0cc5a2e5d9b95a9f356ddddbfa8a9.tar.bz2 |
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 <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/fork.c')
0 files changed, 0 insertions, 0 deletions