git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03274a3
)
ring-buffer: Add stats field for amount read from trace ring buffer
author
Steven Rostedt (Red Hat)
<rostedt@goodmis.org>
Tue, 29 Jan 2013 22:45:49 +0000
(17:45 -0500)
committer
Steven Rostedt
<rostedt@goodmis.org>
Wed, 30 Jan 2013 16:01:53 +0000
(11:01 -0500)
Add a stat about the number of events read from the ring buffer:
# cat /debug/tracing/per_cpu/cpu0/stats
entries: 39869
overrun: 870512
commit overrun: 0
bytes: 1449912
oldest event ts: 6561.368690
now ts: 6565.246426
dropped events: 0
read events: 112 <-- Added
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found