mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 00:52:01 +00:00
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>
This commit is contained in:
parent
73dc57e4ef
commit
45b849df7d
@ -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
|
||||
===================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user