| commit | b5db03c4355e568f1567758287b30a6a262d5057 | [log] [tgz] |
|---|---|---|
| author | Arnaldo Carvalho de Melo <acme@redhat.com> | Sat Feb 07 18:52:59 2009 -0200 |
| committer | Ingo Molnar <mingo@elte.hu> | Mon Feb 09 10:56:53 2009 +0100 |
| tree | efdeb3041099a6946e2c5104aadfb78bcdf5a76e | |
| 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>