[GIT PULL] tracing: Various cleanups for 2.6.32

From: Frederic Weisbecker
Date: Wed Jul 29 2009 - 13:13:40 EST


Hi Thomas, Ingo,

These patches are the result of various cleanups in the tracing
subsystem: algorithms simpifications, and various trace.c to tracer
files moving.

Thanks,
Frederic.

The following changes since commit d34a4debef933061924ee17c2ede33f5c44925fb:
jolsa@xxxxxxxxxx (1):
tracing: Remove .globl in the scripts/recordmcount.pl doc

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git tracing/core

Frederic Weisbecker (5):
tracing/function-graph-tracer: Drop the useless nmi protection
tracing/function-tracer: Move trace_function() in the function tracer file
tracing/core: Make the stack entry helpers global
tracing: Move sched event insertion helpers in the sched switch tracer file
tracing/function-graph-tracer: Move graph event insertion helpers in the graph tracer file

Lai Jiangshan (1):
tracing: Simplify print_graph_cpu()

arch/x86/kernel/ftrace.c | 4 -
kernel/trace/trace.c | 217 ++--------------------------------
kernel/trace/trace.h | 30 ++++-
kernel/trace/trace_functions.c | 25 ++++
kernel/trace/trace_functions_graph.c | 152 +++++++++++++++++++-----
kernel/trace/trace_sched_switch.c | 57 +++++++++
kernel/trace/trace_selftest.c | 1 +
7 files changed, 242 insertions(+), 244 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/