SeongJae Park | c4ba601 | 2021-09-07 19:57:05 -0700 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0 |
2 | |||||
3 | ============= | ||||
4 | API Reference | ||||
5 | ============= | ||||
6 | |||||
7 | Kernel space programs can use every feature of DAMON using below APIs. All you | ||||
8 | need to do is including ``damon.h``, which is located in ``include/linux/`` of | ||||
9 | the source tree. | ||||
10 | |||||
11 | Structures | ||||
12 | ========== | ||||
13 | |||||
14 | .. kernel-doc:: include/linux/damon.h | ||||
15 | |||||
16 | |||||
17 | Functions | ||||
18 | ========= | ||||
19 | |||||
20 | .. kernel-doc:: mm/damon/core.c |