Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83d2497e authored by Chris Goldsworthy's avatar Chris Goldsworthy
Browse files

defconfig: lahaina: Expose additional page debugging info



Enable CONFIG_PAGE_EXTENSION_PAGE_FREE and CONFIG_PAGE_FREE_TIME, which
provides information on (1) if a page from buddy is free or not, (2) the
timestamp of when a given page was freed, if it currently is free.

Change-Id: I702c93192e031bbeb023879e47c2202f0c8d65f9
Signed-off-by: default avatarChris Goldsworthy <cgoldswo@codeaurora.org>
parent fb23f8fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ CONFIG_DEBUG_PAGEALLOC=y
CONFIG_DEBUG_PAGEALLOC_ENABLE_DEFAULT=y
CONFIG_PAGE_POISONING=y
CONFIG_PAGE_POISONING_ENABLE_DEFAULT=y
CONFIG_PAGE_EXTENSION_PAGE_FREE=y
# CONFIG_DEBUG_DMA_BUF_REF is not set
# CONFIG_PAGE_POISONING_NO_SANITY is not set
# CONFIG_PAGE_POISONING_ZERO is not set