mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 05:04:09 +08:00
docs/zh_CN: Update the translation of start to 6.1-rc8
Update to commit 04cc7e4bf7
("Docs/admin-guide/mm/damon/start:
mention the dependency as sysfs instead of debugfs")
Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Reviewed-by: Wu XiangCheng <bobwxc@email.cn>
Link: https://lore.kernel.org/r/166422a66dd1985f8da9fa9f2ef7bfd57439923f.1670642548.git.siyanteng@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
ffdd9bd7a2
commit
9a833802a0
@ -34,16 +34,8 @@
|
||||
https://github.com/awslabs/damo找到。下面的例子假设DAMO在你的$PATH上。当然,但
|
||||
这并不是强制性的。
|
||||
|
||||
因为DAMO使用的是DAMON的debugfs接口(详情请参考 :doc:`usage` 中的使用方法) 你应该
|
||||
确保debugfs被挂载。手动挂载它,如下所示::
|
||||
|
||||
# mount -t debugfs none /sys/kernel/debug/
|
||||
|
||||
或者在你的 ``/etc/fstab`` 文件中添加以下一行,这样你的系统就可以在启动时自动挂载
|
||||
debugfs了::
|
||||
|
||||
debugfs /sys/kernel/debug debugfs defaults 0 0
|
||||
|
||||
因为DAMO使用了DAMON的sysfs接口(详情请参考:doc:`usage`),你应该确保
|
||||
:doc:`sysfs </filesystems/sysfs>` 被挂载。
|
||||
|
||||
记录数据访问模式
|
||||
================
|
||||
|
Loading…
Reference in New Issue
Block a user