From ef3980e3a1a0334dbd61c9e846d2310d5183aa3e Mon Sep 17 00:00:00 2001 From: Rebecca Schultz Zavin Date: Thu, 17 Feb 2011 13:29:20 -0800 Subject: [PATCH] ARM: configs: Disable PERF_COUNTERS and PERF_EVENTS in stingray defconfig This will put oprofile into timer mode. Performance counter based profiling does not appear to be working correctly. Change-Id: I960faccdc82f39f853ec05ba7ea0d315349d57df Signed-off-by: Rebecca Schultz Zavin --- arch/arm/configs/stingray_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/stingray_defconfig b/arch/arm/configs/stingray_defconfig index a8def7ac36b9..c90c6d87fe58 100644 --- a/arch/arm/configs/stingray_defconfig +++ b/arch/arm/configs/stingray_defconfig @@ -17,7 +17,7 @@ CONFIG_EMBEDDED=y # CONFIG_SYSCTL_SYSCALL is not set # CONFIG_ELF_CORE is not set CONFIG_ASHMEM=y -CONFIG_PERF_COUNTERS=y +# CONFIG_PERF_EVENTS is not set CONFIG_SLAB=y CONFIG_PROFILING=y CONFIG_OPROFILE=y -- 2.34.1