From: Rebecca Schultz Zavin Date: Thu, 17 Feb 2011 21:29:20 +0000 (-0800) Subject: ARM: configs: Disable PERF_COUNTERS and PERF_EVENTS in stingray defconfig X-Git-Tag: firefly_0821_release~9834^2~110 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ef3980e3a1a0334dbd61c9e846d2310d5183aa3e;p=firefly-linux-kernel-4.4.55.git 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 --- 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