Re: [PATCH 0/7] mm/damon: introduce probe_hits_wsum DAMOS core filter
From: SJ Park
Date: Thu Sep 10 2026 - 10:52:47 EST
On Thu, 10 Sep 2026 07:18:40 -0700 SJ Park <sj@xxxxxxxxxx> wrote:
> DAMON can do flexible data attributes monitoring. The classical data
> access monitoring can also be done using the attributes monitoring. The
> access event is just one of the data attributes that DAMON supports.
> Users do monitoring to make some actions based on it. DAMOS is a
> feature for automating that. However, DAMOS cannot utilize the data
> attributes monitoring results. It is still Data "Access"
> Monitoring-based Operation Schemes. It requires users to set the target
> "access" pattern.
>
> DAMOS core filter is effectively the same as the target access pattern.
> It is just a more generalized and flexible way of describing the
> operation action target region. Introduce a new DAMOS core filter type,
> probe_hits_wsum. It specifies the filter target based on a range of the
> probe hits weighted sum. Using this, users can apply DAMOS actions to
> regions of specific data attributes pattern.
Sashiko found a minor issue in patch 5 that is better to be fixed. I will
send a new version of this series after adding the fix.
Thanks,
SJ
[...]