File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Documentation/admin-guide/mm/damon Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,10 @@ DAMON provides below three interfaces for different users.
21
21
you can write and use your personalized DAMON debugfs wrapper programs that
22
22
reads/writes the debugfs files instead of you. The `DAMON user space tool
23
23
<https://github.com/awslabs/damo> `_ is one example of such programs. It
24
- supports both virtual and physical address spaces monitoring.
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
27
+ :ref: `tracepoint <tracepoint >`.
25
28
- *Kernel Space Programming Interface. *
26
29
:doc: `This </vm/damon/api >` is for kernel space programmers. Using this,
27
30
users can utilize every feature of DAMON most flexibly and efficiently by
@@ -215,6 +218,8 @@ If the value is higher than ``<high mark>`` or lower than ``<low mark>``, the
215
218
scheme is deactivated. If the value is lower than ``<mid mark> ``, the scheme
216
219
is activated.
217
220
221
+ .. _damos_stats :
222
+
218
223
Statistics
219
224
~~~~~~~~~~
220
225
@@ -268,6 +273,8 @@ the monitoring is turned on. If you write to the files while DAMON is running,
268
273
an error code such as ``-EBUSY `` will be returned.
269
274
270
275
276
+ .. _tracepoint :
277
+
271
278
Tracepoint for Monitoring Results
272
279
=================================
273
280
You can’t perform that action at this time.
0 commit comments