[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090604052540.528802957@goodmis.org>
Date: Thu, 04 Jun 2009 01:25:40 -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>,
Frederic Weisbecker <fweisbec@...il.com>
Subject: [PATCH 0/6] [GIT PULL] tracing/branch-profiler: per cpu and other things
Ingo,
Please pull the latest tip/tracing/ftrace-5 tree, which can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git
tip/tracing/ftrace-5
Steven Rostedt (6):
tracing/function-profiler: do not free per cpu variable stat
tracing/branch-profiler: fix return value check on register_stat_tracer
tracing/branch-profiler: do not profile managers
tracing/branch-profiler: move macro defines to kernel.h
tracing/branch-profiling: add variable to disable branch profiling
tracing/branch-profiler: add option to profile branches per cpu
----
include/asm-generic/vmlinux.lds.h | 16 +++++-
include/linux/compiler.h | 85 +---------------------------------
include/linux/kernel.h | 92 +++++++++++++++++++++++++++++++++++++
kernel/sysctl.c | 10 ++++
kernel/trace/Kconfig | 13 +++++
kernel/trace/ftrace.c | 5 +-
kernel/trace/trace_branch.c | 73 ++++++++++++++++++++++++++++-
7 files changed, 202 insertions(+), 92 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