diff options
author | 2025-01-06 11:34:01 -0800 | |
---|---|---|
committer | 2025-01-25 20:22:28 -0800 | |
commit | f1de9e69f9679bff9de470124edc1678e9fc0632 (patch) | |
tree | 5efc94b112dde768d3d1e063aff8d9cbde73666f | |
parent | Docs/admin-guide/mm/damon/usage: document sz_filtered_out of scheme tried region directories (diff) | |
download | wireguard-linux-f1de9e69f9679bff9de470124edc1678e9fc0632.tar.xz wireguard-linux-f1de9e69f9679bff9de470124edc1678e9fc0632.zip |
Docs/ABI/damon: document per-region DAMOS filter-passed bytes stat file
Document the new ABI for per-region operations set layer-handled DAMOS
filters passed bytes statistic.
Link: https://lkml.kernel.org/r/20250106193401.109161-17-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/ABI/testing/sysfs-kernel-mm-damon | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-kernel-mm-damon b/Documentation/ABI/testing/sysfs-kernel-mm-damon index 19cde386fd15..8c0acb31638b 100644 --- a/Documentation/ABI/testing/sysfs-kernel-mm-damon +++ b/Documentation/ABI/testing/sysfs-kernel-mm-damon @@ -430,3 +430,10 @@ Contact: SeongJae Park <sj@kernel.org> Description: Reading this file returns the 'age' of a memory region that corresponding DAMON-based Operation Scheme's action has tried to be applied. + +What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/tried_regions/<R>/sz_filter_passed +Date: Dec 2024 +Contact: SeongJae Park <sj@kernel.org> +Description: Reading this file returns the size of the memory in the region + that passed DAMON operations layer-handled filters of the + scheme in bytes. |