On Thu, 5 Aug 2021 17:43:24 -0700 Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> wrote: > On Fri, 16 Jul 2021 08:14:36 +0000 SeongJae Park <sj38.park@xxxxxxxxx> wrote: > > > DAMON is a data access monitoring framework for the Linux kernel. > > Merged, thanks. Thank you! > > Presumably there are companion userspace tools for DAMON. Are they > available? Is there a plan to release and maintain these? Yes, the userspace tool[1] is available, released under GPLv2, and actively being maintained. I am also planning to implement another basic user interface in perf[2]. Also, the basic test suite for DAMON is available under GPLv2[3]. [1] https://github.com/awslabs/damo [2] https://lore.kernel.org/linux-mm/20210107120729.22328-1-sjpark@xxxxxxxxxx/ [3] https://github.com/awslabs/damon-tests Thanks, SeongJae Park