feat(fs): 增加debugfs的支持 #1024
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
needs-triage
这个问题可能需要分类处理。如果已经完成分类,请移除它。
背景
Debugfs是内核开发人员在用户空间获取信息的简单方法。与/proc不同,proc只提供进程 信息。也不像sysfs,具有严格的“每个文件一个值“的规则。debugfs根本没有规则,开发人员可以在这里放置他们想要的任何信息。
需求
参考
https://docs.kernel.org/translations/zh_CN/filesystems/debugfs.html
The text was updated successfully, but these errors were encountered: