commit | 391b170f10e669dd429aa47bce998c2fa839404c | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <pq@iki.fi> | Tue Jan 06 13:57:11 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Feb 15 20:02:42 2009 +0100 |
tree | 0bb0cb203ced1fc1f5ed71832fbfb21fdbe8047f | |
parent | d2f8d7ee1a9b4650b4e43325b321801264f7c37a [diff] |
mmiotrace: count events lost due to not recording Impact: enhances lost events counting in mmiotrace The tracing framework, or the ring buffer facility it uses, has a switch to stop recording data. When recording is off, the trace events will be lost. The framework does not count these, so mmiotrace has to count them itself. Signed-off-by: Pekka Paalanen <pq@iki.fi> Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>