Skip to content

Commit 7db40a9

Browse files
sjp38hailmo-amzn
authored andcommitted
Docs/admin-guide/mm/damon/usage: remove unnecessary sentences about supported address spaces
Brief explanation of DAMON user space tool and sysfs interface are unnecessarily and repeatedly mentioning the list of address spaces that DAMON is supporting. Remove those. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: SeongJae Park <[email protected]> Cc: Jonathan Corbet <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 2c6eccc commit 7db40a9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Documentation/admin-guide/mm/damon/usage.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,18 @@ DAMON provides below interfaces for different users.
1010
`This <https://github.com/awslabs/damo>`_ is for privileged people such as
1111
system administrators who want a just-working human-friendly interface.
1212
Using this, users can use the DAMON’s major features in a human-friendly way.
13-
It may not be highly tuned for special cases, though. It supports both
14-
virtual and physical address spaces monitoring. For more detail, please
15-
refer to its `usage document
13+
It may not be highly tuned for special cases, though. For more detail,
14+
please refer to its `usage document
1615
<https://github.com/awslabs/damo/blob/next/USAGE.md>`_.
1716
- *sysfs interface.*
1817
:ref:`This <sysfs_interface>` is for privileged user space programmers who
1918
want more optimized use of DAMON. Using this, users can use DAMON’s major
2019
features by reading from and writing to special sysfs files. Therefore,
2120
you can write and use your personalized DAMON sysfs wrapper programs that
2221
reads/writes the sysfs files instead of you. The `DAMON user space tool
23-
<https://github.com/awslabs/damo>`_ is one example of such programs. It
24-
supports both virtual and physical address spaces monitoring. Note that this
25-
interface provides only simple :ref:`statistics <damos_stats>` for the
26-
monitoring results. For detailed monitoring results, DAMON provides a
22+
<https://github.com/awslabs/damo>`_ is one example of such programs. Note
23+
that this interface provides only simple :ref:`statistics <damos_stats>` for
24+
the monitoring results. For detailed monitoring results, DAMON provides a
2725
:ref:`tracepoint <tracepoint>`.
2826
- *debugfs interface. (DEPRECATED!)*
2927
:ref:`This <debugfs_interface>` is almost identical to :ref:`sysfs interface

0 commit comments

Comments
 (0)