diff options
author | SeongJae Park <sj@kernel.org> | 2023-05-25 21:43:07 +0000 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-06-09 16:25:47 -0700 |
commit | 45b849df7d0ea9d65b8f088b6b86d12d7f1bdee6 (patch) | |
tree | 8f5495691b4cb06f2d504e9671f34538fe53fca1 /Documentation/mm | |
parent | 73dc57e4ef49a69681d351e0e8fe6fbfb1ba8d92 (diff) | |
download | linux-45b849df7d0ea9d65b8f088b6b86d12d7f1bdee6.tar.gz linux-45b849df7d0ea9d65b8f088b6b86d12d7f1bdee6.tar.bz2 linux-45b849df7d0ea9d65b8f088b6b86d12d7f1bdee6.zip |
Docs/mm/damon/design: add a section for overall architecture
The design doc is missing overall picture of DAMON. Add a section for
overall architeucture and layers.
Link: https://lkml.kernel.org/r/20230525214314.5204-4-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>
Diffstat (limited to 'Documentation/mm')
-rw-r--r-- | Documentation/mm/damon/design.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/mm/damon/design.rst b/Documentation/mm/damon/design.rst index 0cff6fac6b7e..3b4ce873fa71 100644 --- a/Documentation/mm/damon/design.rst +++ b/Documentation/mm/damon/design.rst @@ -4,6 +4,21 @@ Design ====== + +Overall Architecture +==================== + +DAMON subsystem is configured with three layers including + +- Operations Set: Implements fundamental operations for DAMON that depends on + the given monitoring target address-space and available set of + software/hardware primitives, +- Core: Implements core logics including monitoring overhead/accurach control + and access-aware system operations on top of the operations set layer, and +- Modules: Implements kernel modules for various purposes that provides + interfaces for the user space, on top of the core layer. + + Configurable Layers =================== |