aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorSeongJae Park <sj@kernel.org>2025-01-06 11:33:59 -0800
committerAndrew Morton <akpm@linux-foundation.org>2025-01-25 20:22:28 -0800
commit156845977bf0e736a7a534d7fdc2bd10e0b0cdba (patch)
tree9d5b51498f1628bcdd9e9a64f30c6b996aad7aee
parentmm/damon/sysfs-schemes: expose per-region filter-passed bytes (diff)
downloadwireguard-linux-156845977bf0e736a7a534d7fdc2bd10e0b0cdba.tar.xz
wireguard-linux-156845977bf0e736a7a534d7fdc2bd10e0b0cdba.zip
Docs/mm/damon/design: document per-region sz_filter_passed stat
Update 'Regions Walking' section of design document for the newly added per-region operations set handling DAMOS filters-passed bytes. Link: https://lkml.kernel.org/r/20250106193401.109161-15-sj@kernel.org Signed-off-by: SeongJae Park <sj@kernel.org> Cc: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-rw-r--r--Documentation/mm/damon/design.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/mm/damon/design.rst b/Documentation/mm/damon/design.rst
index 5707e2e0e4a4..5ebb572d0999 100644
--- a/Documentation/mm/damon/design.rst
+++ b/Documentation/mm/damon/design.rst
@@ -587,7 +587,8 @@ Regions Walking
DAMOS feature allowing users access each region that a DAMOS action has just
applied. Using this feature, DAMON :ref:`API <damon_design_api>` allows users
-access full properties of the regions including the access monitoring results.
+access full properties of the regions including the access monitoring results
+and amount of the region's internal memory that passed the DAMOS filters.
:ref:`DAMON sysfs interface <sysfs_interface>` also allows users read the data
via special :ref:`files <sysfs_schemes_tried_regions>`.