commit | b06a830183b610c0a88c29a92feb7991a867ab46 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Jan 22 14:26:15 2009 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jan 23 11:10:45 2009 +0100 |
tree | c90c58ddf3e34a8f19c31bdd9b6522f987bad279 | |
parent | 94523e818f283d3c69f621406f633afff46dbf82 [diff] |
trace: fix logic to start/stop counting The logic in the tracing_start/stop code prevents the WARN_ON from ever detecting if a start/stop pair was mismatched. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>