From: Steven Rostedt Date: Fri, 21 Nov 2008 05:40:40 +0000 (-0500) Subject: trace: consolidate unlikely and likely profiler X-Git-Tag: v2.6.29-rc1~586^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45b797492a0758e64dff74e9db70e1f65e0603a5;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed