On Thu, 16 Jan 2025 15:15:21 +0000 Usama Arif <usamaarif642@xxxxxxxxx> wrote: > > > On 16/01/2025 14:44, Usama Arif wrote: > > This is to gather statistics to check if hotest memory regions > > are backed by hugepages. This includes both THPs and hugetlbfs. > > This filter can help to observe and prove the effectivenes of > > different schemes for shrinking/collapsing hugepages. > > > > Signed-off-by: Usama Arif <usamaarif642@xxxxxxxxx> > > --- > > include/linux/damon.h | 2 ++ > > mm/damon/paddr.c | 3 +++ > > mm/damon/sysfs-schemes.c | 1 + > > 3 files changed, 6 insertions(+) > > The corresponding DAMO PR is at https://github.com/damonitor/damo/pull/19 Thank you for taking care of the user-space tool together! I will do review on the PR. Thanks, SJ