| Main index | Section 5 | Options |
lindebugfs /sys/kernel/debug lindebugfs rw 0 0
When mounted, lindebugfs will populate with pseudo files from any running process that calls debugfs_create_file(). Since lindebugfs is a pseudo file system, file contents will be generated dynamically based on program provided file operations. The current lindebugfs implementation formally supports seq_file and simple_attr_file virtual file formats.
kldload lindebugfs
Mount the lindebugfs file system on /sys/kernel/debug:
mount -t lindebugfs lindebugfs /sys/kernel/debug
| LINDEBUGFS (5) | August 10, 2022 |
| Main index | Section 5 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | The wonderful thing about standards is that there are so many of them to choose from. | ” |
| — Grace Murray Hopper | ||