git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3861a17
)
tracing: handle unregistering the current tracer
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Sat, 7 Feb 2009 20:52:59 +0000
(18:52 -0200)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 9 Feb 2009 09:56:53 +0000
(10:56 +0100)
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>
No differences found