commit | 173ed24ee2d64f5de28654eb456ec1ee18a142e5 | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <pq@iki.fi> | Tue Jan 06 13:57:11 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Jan 11 04:01:30 2009 +0100 |
tree | 0e47a59eca31c6d09f1bfe5496c3f7b03e15f16a | |
parent | fe6f90e57fd31af8daca534ea01db2e5666c15da [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>