增加debug调试信息

1.在makefile文件中,增加CFLAGS +=-Wall -g  # 加入-g选项以生成调试信息

如果默认的kernel没有debug info信息,可以在makefile中增加EXTRA_CFLAGS += -g 参数

 - `-Wall`: Enables all the commonly used warning messages.
 - `-g`: Includes debugging information in the compiled binary.

2. kernel打印代码行debug信息

printk("---debug info---at line %d for function %s", __LINE__, __func__);

3.insmod ko之后,运行以下命令,可以在dmesg中看到dbg_info信息

echo -n "module intel_qat +p" > /sys/kernel/debug/dynamic_debug/control

echo"module intel_qat -p"> /sys/kernel/debug/dynamic_debug/control

rmmod ko可以关闭打印dbg_info信息

http://www.wjhsh.net/fuzidage-p-14785734.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值