Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Godones opened this issue Oct 31, 2024 · 0 comments
Open

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

Godones opened this issue Oct 31, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request needs-triage 这个问题可能需要分类处理。如果已经完成分类,请移除它。

Comments

@Godones
Copy link
Contributor

Godones commented Oct 31, 2024

背景

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

需求

  • 增加debugfs的抽象

参考

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

@Godones Godones added the enhancement New feature or request label Oct 31, 2024
@dragonosbot dragonosbot added the needs-triage 这个问题可能需要分类处理。如果已经完成分类,请移除它。 label Oct 31, 2024
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request needs-triage 这个问题可能需要分类处理。如果已经完成分类,请移除它。
Projects
None yet
Development

No branches or pull requests

3 participants