[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090416021830.556671772@goodmis.org>
Date: Wed, 15 Apr 2009 22:18:30 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Ingo Molnar <mingo@...e.hu>,
Andrew Morton <akpm@...ux-foundation.org>,
Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <peterz@...radead.org>,
Frederic Weisbecker <fweisbec@...il.com>
Subject: [PATCH 0/5] [GIT PULL] updates for tip
Ingo,
Please pull the latest tip/tracing/core tree, which can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git
tip/tracing/core
Avadh Patel (1):
tracing: add saved_cmdlines file to show cached task comms
Steven Rostedt (4):
ftrace: use module notifier for function tracer
tracing/events: add startup tests for events
tracing/events: add rcu locking around trace event prints
tracing/events/ring-buffer: expose format of ring buffer headers to users
----
include/linux/ftrace.h | 7 --
include/linux/module.h | 4 +
include/linux/ring_buffer.h | 5 +
include/trace/ftrace.h | 4 +
kernel/module.c | 19 ++---
kernel/trace/ftrace.c | 90 +++++++++++++-----
kernel/trace/ring_buffer.c | 44 +++++++++
kernel/trace/trace.c | 53 +++++++++++
kernel/trace/trace_events.c | 214 +++++++++++++++++++++++++++++++++++++++++++
9 files changed, 395 insertions(+), 45 deletions(-)
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists