summaryrefslogtreecommitdiff
path: root/Documentation/vm/damon/api.rst
blob: 08f34df45523a6e3a747d54baa4f03ce743a8f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.. SPDX-License-Identifier: GPL-2.0

=============
API Reference
=============

Kernel space programs can use every feature of DAMON using below APIs.  All you
need to do is including ``damon.h``, which is located in ``include/linux/`` of
the source tree.

Structures
==========

.. kernel-doc:: include/linux/damon.h


Functions
=========

.. kernel-doc:: mm/damon/core.c