From 25ea621729144f570c073c9a8b2759b1b195ef14 Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Tue, 10 Aug 2021 14:14:46 +0530 Subject: [PATCH] kernel: Disable tracing * much less overhead now - also, its barely making any diff in app launching speed after disabling iorap. tested using `adb logcat | grep Displayed` Change-Id: I824a55253e472fae7e1f6e0541f4a53eda18e4a9 Signed-off-by: SamarV-121 --- kernel/trace/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index 006eefb6ede0..1a917ec66ea9 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig @@ -123,7 +123,7 @@ config TRACING_SUPPORT # irqflags tracing for your architecture. depends on TRACE_IRQFLAGS_SUPPORT || PPC32 depends on STACKTRACE_SUPPORT - default y + default n if TRACING_SUPPORT -- 2.20.1