1 .. SPDX-License-Identifier: GPL-2.0 1 .. SPDX-License-Identifier: GPL-2.0 2 2 3 :Original: Documentation/mm/damon/api.rst 3 :Original: Documentation/mm/damon/api.rst 4 4 5 :翻译: 5 :翻译: 6 6 7 司延腾 Yanteng Si <siyanteng@loongson.cn> 7 司延腾 Yanteng Si <siyanteng@loongson.cn> 8 8 9 :校译: 9 :校译: 10 10 11 11 12 ======= 12 ======= 13 API参考 13 API参考 14 ======= 14 ======= 15 15 16 内核空间的程序可以使用下面的API 16 内核空间的程序可以使用下面的API来使用DAMON的每个功能。你所需要做的就是引用 ``damon.h`` , 17 它位于源代码树的include/linux/。 17 它位于源代码树的include/linux/。 18 18 19 结构体 19 结构体 20 ====== 20 ====== 21 21 22 该API在以下内核代码中: 22 该API在以下内核代码中: 23 23 24 include/linux/damon.h 24 include/linux/damon.h 25 25 26 26 27 函数 27 函数 28 ==== 28 ==== 29 29 30 该API在以下内核代码中: 30 该API在以下内核代码中: 31 31 32 mm/damon/core.c 32 mm/damon/core.c
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.