摘要: 参考:https://crash-utility.github.io/help_pages/whatis.html 用法: 查看内核内核符号或者数据类型的详细定义 whatis <数据类型> 或 whatis <内核符号> 查看内核数据类型内部成员的偏移 whatis -o <数据类型> 列出内核里 阅读全文
posted @ 2022-05-29 10:55 dolinux 阅读(188) 评论(0) 推荐(0)
摘要: 参考:https://crash-utility.github.io/help_pages/foreach.html 用法: 在所有的进程上执行命令 这里的命令支持如下: | 命令 | 可选参数 | 用途 | | : : | : : | : : | | bt | -r -t -l -e -R -f 阅读全文
posted @ 2022-05-29 09:58 dolinux 阅读(609) 评论(0) 推荐(0)
摘要: 参考:https://crash-utility.github.io/help_pages/p.html 用法: 查看内核中的一些全局符号的内容 p <符号名> 如果要查看的符号是一个percpu类型的,那么会显示这个percpu变量在每个cpu上的地址,如果想要查看在具体某个cpu上这个percp 阅读全文
posted @ 2022-05-29 09:50 dolinux 阅读(397) 评论(0) 推荐(0)
摘要: 参考:https://crash-utility.github.io/help_pages/ascii.html 用法: 将一串16进制数转换为对应的ascii码: ascii <value> 阅读全文
posted @ 2022-05-29 00:02 dolinux 阅读(117) 评论(0) 推荐(0)