you can write and use your personalized DAMON debugfs wrapper programs that
reads/writes the debugfs files instead of you. The `DAMON user space tool
<https://github.com/awslabs/damo>`_ is one example of such programs. It
- supports both virtual and physical address spaces monitoring.
+ supports both virtual and physical address spaces monitoring. Note that this
+ interface provides only simple :ref:`statistics <damos_stats>` for the
+ monitoring results. For detailed monitoring results, DAMON provides a
+ :ref:`tracepoint <tracepoint>`.
- *Kernel Space Programming Interface.*
:doc:`This </vm/damon/api>` is for kernel space programmers. Using this,
users can utilize every feature of DAMON most flexibly and efficiently by
scheme is deactivated. If the value is lower than ``<mid mark>``, the scheme
is activated.
+.. _damos_stats:
+
Statistics
~~~~~~~~~~
an error code such as ``-EBUSY`` will be returned.
+.. _tracepoint:
+
Tracepoint for Monitoring Results
=================================