From 6b2eec3657afc348a48ac31cd2e0413929afa3d6 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Wed, 21 Jul 2010 13:20:28 +0800 Subject: [PATCH] linux: 2.6.33.2: turn on CONFIG_OPROFILE and CONFIG_LATENCYTOP for netbook and qemux86 profile/profileui and latencytop need the kernel supports. Signed-off-by: Dexuan Cui --- .../packages/linux/linux-moblin-2.6.33.2/defconfig-netbook | 2 +- meta/packages/linux/linux-2.6.33.2/qemux86/defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-moblin/packages/linux/linux-moblin-2.6.33.2/defconfig-netbook b/meta-moblin/packages/linux/linux-moblin-2.6.33.2/defconfig-netbook index 56ca00d6bf..cbb453513b 100644 --- a/meta-moblin/packages/linux/linux-moblin-2.6.33.2/defconfig-netbook +++ b/meta-moblin/packages/linux/linux-moblin-2.6.33.2/defconfig-netbook @@ -153,7 +153,7 @@ CONFIG_SLAB=y # CONFIG_SLOB is not set CONFIG_PROFILING=y CONFIG_TRACEPOINTS=y -# CONFIG_OPROFILE is not set +CONFIG_OPROFILE=y CONFIG_HAVE_OPROFILE=y # CONFIG_KPROBES is not set CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y diff --git a/meta/packages/linux/linux-2.6.33.2/qemux86/defconfig b/meta/packages/linux/linux-2.6.33.2/qemux86/defconfig index 632dd541c2..93e4be4a3c 100644 --- a/meta/packages/linux/linux-2.6.33.2/qemux86/defconfig +++ b/meta/packages/linux/linux-2.6.33.2/qemux86/defconfig @@ -1967,7 +1967,7 @@ CONFIG_DEBUG_BUGVERBOSE=y CONFIG_ARCH_WANT_FRAME_POINTERS=y CONFIG_FRAME_POINTER=y # CONFIG_RCU_CPU_STALL_DETECTOR is not set -# CONFIG_LATENCYTOP is not set +CONFIG_LATENCYTOP=y # CONFIG_SYSCTL_SYSCALL_CHECK is not set CONFIG_USER_STACKTRACE_SUPPORT=y CONFIG_HAVE_FUNCTION_TRACER=y