12224d848SSeongJae Park# SPDX-License-Identifier: GPL-2.0-only 22224d848SSeongJae Park 32224d848SSeongJae Parkmenu "Data Access Monitoring" 42224d848SSeongJae Park 52224d848SSeongJae Parkconfig DAMON 62224d848SSeongJae Park bool "DAMON: Data Access Monitoring Framework" 72224d848SSeongJae Park help 82224d848SSeongJae Park This builds a framework that allows kernel subsystems to monitor 92224d848SSeongJae Park access frequency of each memory region. The information can be useful 102224d848SSeongJae Park for performance-centric DRAM level memory management. 112224d848SSeongJae Park 122224d848SSeongJae Park See https://damonitor.github.io/doc/html/latest-damon/index.html for 132224d848SSeongJae Park more information. 142224d848SSeongJae Park 15*3f49584bSSeongJae Parkconfig DAMON_VADDR 16*3f49584bSSeongJae Park bool "Data access monitoring primitives for virtual address spaces" 17*3f49584bSSeongJae Park depends on DAMON && MMU 18*3f49584bSSeongJae Park select PAGE_IDLE_FLAG 19*3f49584bSSeongJae Park help 20*3f49584bSSeongJae Park This builds the default data access monitoring primitives for DAMON 21*3f49584bSSeongJae Park that works for virtual address spaces. 22*3f49584bSSeongJae Park 232224d848SSeongJae Parkendmenu 24