commit | b5130b1e7d3717d03ab1916b198bf0d49fa0a619 | [log] [tgz] |
---|---|---|
author | Carsten Emde <Carsten.Emde@osadl.org> | Sun Sep 13 01:43:07 2009 +0200 |
committer | Steven Rostedt <rostedt@goodmis.org> | Sat Sep 12 21:45:17 2009 -0400 |
tree | 67ee3282f6b6aa2e37864b938f67fd7e02b04394 | |
parent | 41dfba4367109b92d92ec6e059be6950497d932f [diff] |
tracing: do not update tracing_max_latency when tracer is stopped The state of the function pair tracing_stop()/tracing_start() is correctly considered when tracer data are updated. However, the global and externally accessible variable tracing_max_latency is always updated - even when tracing is stopped. The update should only occur, if tracing was not stopped. Signed-off-by: Carsten Emde <C.Emde@osadl.org> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>