[PATCH 0/3] [GIT PULL] tracing/ringbuffer: updates for tip

From: Steven Rostedt
Date: Thu Apr 30 2009 - 22:24:20 EST



Ingo,

Here's some udpates to the ring buffer. Mainly, exporting the
counters (and adding new ones) to userspace. We keep track of entries
and overruns but currently they only get displayed with the latency
format.

This adds them per cpu in the directory:

/debugfs/tracing/per_cpu/cpuX/stats


Please pull the latest tip/tracing/ftrace tree, which can be found at:

git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git
tip/tracing/ftrace


Steven Rostedt (3):
ring-buffer: add counters for commit overrun and nmi dropped entries
tracing: export stats of ring buffers to userspace
ring-buffer: make cpu buffer entries counter atomic

----
include/linux/ring_buffer.h | 2 +
kernel/trace/ring_buffer.c | 70 +++++++++++++++++++++++++++++++++++-------
kernel/trace/trace.c | 42 +++++++++++++++++++++++++
3 files changed, 102 insertions(+), 12 deletions(-)
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/