diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-02-07 18:52:59 -0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-09 10:56:53 +0100 |
commit | b5db03c4355e568f1567758287b30a6a262d5057 (patch) | |
tree | efdeb3041099a6946e2c5104aadfb78bcdf5a76e /kernel/trace/trace_nop.c | |
parent | 3861a17bcc0af815f684c6178bc9ec2d790c350e (diff) |
tracing: handle unregistering the current tracer
Impact: simplification
Instead of requiring that plugins have the sequence:
my_tracer_stop(my_trace_array);
unregister_tracer(my_tracer);
it should be possible just do a:
unregister_tracer(my_tracer);
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/trace/trace_nop.c')
0 files changed, 0 insertions, 0 deletions