trace: consolidate unlikely and likely profiler
authorSteven Rostedt <srostedt@redhat.com>
Fri, 21 Nov 2008 05:40:40 +0000 (00:40 -0500)
committerIngo Molnar <mingo@elte.hu>
Sun, 23 Nov 2008 10:39:56 +0000 (11:39 +0100)
commit45b797492a0758e64dff74e9db70e1f65e0603a5
tree75db13ee888a6c7f90c92c17a743bff8ce42d86a
parent42f565e116e0408b5ddc21a33c4a4d41fd572420
trace: consolidate unlikely and likely profiler

Impact: clean up to make one profiler of like and unlikely tracer

The likely and unlikely profiler prints out the file and line numbers
of the annotated branches that it is profiling. It shows the number
of times it was correct or incorrect in its guess. Having two
different files or sections for that matter to tell us if it was a
likely or unlikely is pretty pointless. We really only care if
it was correct or not.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-generic/vmlinux.lds.h
include/linux/compiler.h
kernel/trace/Kconfig
kernel/trace/trace_branch.c