cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

api.rst (479B)


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