请问debug节点下面没有tracing是什么原因呢?
- 首先内核版本选择的是6.1版本的,是恩智浦提供的imx-linux,从gitHub获得的
- 我进入内核后配置了编译环境,指定了arm64和相应的交叉编译工具链(aarch64-linux-gnu)
- 我使用了make menuconfig进入图形配置界面,在这个界面中我进行了Kernel hacking配置
1——我配置了Tracers及其目录下的全部设置(除Perform a startup test on ftrace外) Branch Profiling 选项我选择了Profile all if conditionals 选择了Runtime Verification中全部内容 2——然后我配置了Generic Kernel Debugging Instruments 选中了KGDB: kernel debugger 与 Undefined behaviour sanity checker内全部内容
- 我进行了内核的编译与移植(make imx_v8_config make -j8)
- 我进入了linux系统(之前做过根文件系统),对debugfs进行了挂载,层使用过以下命令都不可以
mount -t debugfs debugfs /sys/kernel/debug mount -t debugfs nodev /sys/kernel/debug mount -t debugfs none /sys/kernel/debug