android_kernel_xiaomi_sm8450/init/Kconfig.gki-debug
Elliot Berman e2058ba412 ANDROID: qki: Add consolidate config
Add a "consolidate" defconfig fragment to enable further debug options
of the GKI kernel. The "consolidate" name has a storied history, but
it's effectively a "debug" kernel.

The options enabled in the consolidate.fragment have been found to have
a good balance of additional debug features versus performance impact.
For instance, SLUB_DEBUG is not enabled due to large performance impact.

Bug: 186872007
Change-Id: I8fcbda0f9b47b3b33636a594797f97e86d2a6778
Signed-off-by: Elliot Berman <eberman@codeaurora.org>
2021-05-05 19:49:45 -07:00

10 lines
223 B
Plaintext

config GKI_HIDDEN_RCUTORTURE
bool
select TASKS_RUDE_RCU
config GKI_HACKS_FOR_CONSOLIDATE
bool "GKI Dummy config options for consolidate"
select TRACE_PREEMPT_TOGGLE
select TRACE_IRQFLAGS
select GKI_HIDDEN_RCUTORTURE