commit | 05ce5818adee8f8efd0a5ca0d900a6789012516b | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Tue Mar 24 00:18:31 2009 -0400 |
committer | Steven Rostedt <srostedt@redhat.com> | Tue Mar 24 09:32:52 2009 -0400 |
tree | 81c90288dd1da4291b5e3ee154756b2d7745c248 | |
parent | 5d1a03dc541dc6672e60e57249ed22f40654ca47 [diff] |
function-graph: prevent more than one tracer registering Impact: prevent crash due to multiple function graph tracers The function graph tracer can currently only handle a single tracer being registered. If another tracer registers with the function graph tracer it can crash the system. Signed-off-by: Steven Rostedt <srostedt@redhat.com>