linux/linux-5.18.11/Documentation/vm/damon/api.rst

21 lines
373 B
ReStructuredText
Raw Normal View History

2024-03-22 18:12:32 +00:00
.. 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