[kernel] r14927 - dists/trunk/linux-2.6/debian/config

Maximilian Attems maks at alioth.debian.org
Fri Jan 8 15:24:54 UTC 2010


Author: maks
Date: Fri Jan  8 15:24:52 2010
New Revision: 14927

Log:
fix branch profiling Kconfig variable use

as before turn it explicitly off

Modified:
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	Fri Jan  8 15:22:23 2010	(r14926)
+++ dists/trunk/linux-2.6/debian/config/config	Fri Jan  8 15:24:52 2010	(r14927)
@@ -3222,7 +3222,9 @@
 # CONFIG_SCHED_TRACER is not set
 # CONFIG_FTRACE_SYSCALLS is not set
 CONFIG_BOOT_TRACER=y
-# CONFIG_TRACE_BRANCH_PROFILING is not set 
+CONFIG_BRANCH_PROFILE_NONE=y 
+# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set 
+# CONFIG_PROFILE_ALL_BRANCHES is not set
 # CONFIG_POWER_TRACER is not set
 # CONFIG_STACK_TRACER is not set
 # CONFIG_HW_BRANCH_TRACER is not set



More information about the Kernel-svn-changes mailing list