repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git]
/
Documentation
/
translations
/
zh_CN
/
mm
/
damon
/
api.rst
blob
5593a83c86bc62f1c9903da9c95b7e94650a9f80
1
.. SPDX-License-Identifier: GPL-2.0
2
3
:Original: Documentation/mm/damon/api.rst
4
5
:翻译:
6
7
司延腾 Yanteng Si <siyanteng@loongson.cn>
8
9
:校译:
10
11
12
=======
13
API参考
14
=======
15
16
内核空间的程序可以使用下面的API来使用DAMON的每个功能。你所需要做的就是引用 ``damon.h`` ,
17
它位于源代码树的include/linux/。
18
19
结构体
20
======
21
22
该API在以下内核代码中:
23
24
include/linux/damon.h
25
26
27
函数
28
====
29
30
该API在以下内核代码中:
31
32
mm/damon/core.c