ANDROID: GKI: enable per-vma lock stats

Enable CONFIG_PER_VMA_LOCK_STATS to provide visibility into per-vma lock
efficiency.

Bug: 161210518
Change-Id: I49de05c8b8ccde678834218f4d4b746ad3339646
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
This commit is contained in:
Suren Baghdasaryan 2023-05-26 10:36:46 -07:00 committed by Carlos Llamas
parent 78c6875e2f
commit 3fd1d7d4f2
2 changed files with 2 additions and 0 deletions

View file

@ -704,6 +704,7 @@ CONFIG_UBSAN_LOCAL_BOUNDS=y
# CONFIG_UBSAN_ENUM is not set
CONFIG_PAGE_OWNER=y
CONFIG_PAGE_PINNER=y
CONFIG_PER_VMA_LOCK_STATS=y
CONFIG_DEBUG_STACK_USAGE=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_KASAN=y

View file

@ -646,6 +646,7 @@ CONFIG_UBSAN_LOCAL_BOUNDS=y
# CONFIG_UBSAN_BOOL is not set
# CONFIG_UBSAN_ENUM is not set
CONFIG_PAGE_OWNER=y
CONFIG_PER_VMA_LOCK_STATS=y
CONFIG_DEBUG_STACK_USAGE=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_KFENCE=y