Skip to content

Commit 899e4c1

Browse files
sjp38akpm00
authored andcommitted
Docs/ABI/damon: document {core,ops}_filters directories
Document the new DAMOS filters sysfs directories on ABI doc. Link: https://lkml.kernel.org/r/20250305222733.59089-8-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>
1 parent ae8fd5b commit 899e4c1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/ABI/testing/sysfs-kernel-mm-damon

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,22 @@ Description: Writing 'Y' or 'N' to this file sets whether to allow or reject
409409
applying the scheme's action to the memory that satisfies the
410410
'type' and the 'matching' of the directory.
411411

412+
What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/core_filters
413+
Date: Feb 2025
414+
Contact: SeongJae Park <sj@kernel.org>
415+
Description: Directory for DAMON core layer-handled DAMOS filters. Files
416+
under this directory works same to those of
417+
/sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/filters
418+
directory.
419+
420+
What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/ops_filters
421+
Date: Feb 2025
422+
Contact: SeongJae Park <sj@kernel.org>
423+
Description: Directory for DAMON operations set layer-handled DAMOS filters.
424+
Files under this directory works same to those of
425+
/sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/filters
426+
directory.
427+
412428
What: /sys/kernel/mm/damon/admin/kdamonds/<K>/contexts/<C>/schemes/<S>/stats/nr_tried
413429
Date: Mar 2022
414430
Contact: SeongJae Park <sj@kernel.org>

0 commit comments

Comments
 (0)