[PATCH 0/2] unlikely profiler and tracer

From: Steven Rostedt
Date: Wed Nov 12 2008 - 00:15:34 EST


Ingo,

The following patches are in:

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

branch: tip/devel


Steven Rostedt (2):
trace: profile likely and unlikely annotations
ftrace: unlikely annotation tracer

----
arch/x86/kernel/vsyscall_64.c | 8 +
include/asm-generic/vmlinux.lds.h | 14 ++-
include/linux/compiler.h | 61 ++++++++-
kernel/trace/Kconfig | 38 +++++
kernel/trace/Makefile | 7 +
kernel/trace/trace.c | 29 ++++
kernel/trace/trace.h | 39 +++++
kernel/trace/trace_unlikely.c | 278 +++++++++++++++++++++++++++++++++++++
8 files changed, 471 insertions(+), 3 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/