To be a better coder
发布时间:2021-08-10 17:43:31
https: //e-mailky.github.io/2017-01-18-kernel-daedlock-check对于Linux内核死锁有帮助的几个配置选项有:[ ] Panic (Reboot) On Soft Lockups(120) Default timeout for hung task detection (in seconds)[ ] Lock usage statistics......【阅读全文】
发布时间:2021-08-09 18:17:17
https: //blog.csdn.net/softgmx/article/details/79405764?utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-1.base&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7EBlogCommendFromMachineLearnPai2%7Edefault-1.base .........【阅读全文】
发布时间:2021-08-07 15:03:17
https: //blog.csdn.net/daxiatou/article/details/103450929(4)-D logfile:制定生成的log文件的路径,使用绝对路径;(5)-d options:制定log文件的类型,具体支持的类型可见源代码。这里主要使用out_asm,in_asm,exec,cpu: 1)out_asm:宿主机解释的指令; 2)in_asm:目标机的指令; 3)exec:执行.........【阅读全文】