Skip to content

feat(fs): 增加debugfs的支持 #1024

Open
@Godones

Description

@Godones

背景

Debugfs是内核开发人员在用户空间获取信息的简单方法。与/proc不同,proc只提供进程 信息。也不像sysfs,具有严格的“每个文件一个值“的规则。debugfs根本没有规则,开发人员可以在这里放置他们想要的任何信息。

需求

  • 增加debugfs的抽象

参考

https://docs.kernel.org/translations/zh_CN/filesystems/debugfs.html

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or requestneeds-triage这个问题可能需要分类处理。如果已经完成分类,请移除它。

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions