上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 69 下一页

2022年4月21日

linux内核监控调试相关好用模块汇总

摘要: Linux内核监控模块-1-驱动模块(LKM)开发(以一个简单的hello world程序为例) https://www.cnblogs.com/lxw315/p/4614343.html Linux内核监控模块-2-系统调用表地址的获取(Linux内核版本3.13) https://www.cnb 阅读全文

posted @ 2022-04-21 17:13 lh03061238 阅读(92) 评论(0) 推荐(0) 编辑

2022年4月20日

/proc/sysrq-trigger

摘要: /proc/sysrq-trigger 机制浅析 https://blog.csdn.net/wangquan1992/article/details/109091863 /proc/sysrq-trigger参数使用 https://blog.csdn.net/u010481276/article 阅读全文

posted @ 2022-04-20 15:30 lh03061238 阅读(47) 评论(0) 推荐(0) 编辑

2022年4月19日

ftrace

摘要: https://blog.csdn.net/sinat_34467747/article/details/110001346 https://blog.csdn.net/sinat_34467747/article/details/110001303 ftrace浅析-龙芯64位平台 https:/ 阅读全文

posted @ 2022-04-19 19:58 lh03061238 阅读(115) 评论(0) 推荐(0) 编辑

objtool/ORC相关

摘要: 动态跟踪背景介绍 https://www.jianshu.com/p/e3445879495b 官方文档: The ORCs are coming https://lwn.net/Articles/728339/ The Linux x86 ORC Stack Unwinder https://ww 阅读全文

posted @ 2022-04-19 19:35 lh03061238 阅读(83) 评论(0) 推荐(0) 编辑

2022年4月18日

详解git commit --amend 用法

摘要: 详解git commit --amend 用法 https://www.jb51.net/article/192486.htm https://blog.csdn.net/ZhongGuoRenMei/article/details/109137977?spm=1001.2101.3001.6650 阅读全文

posted @ 2022-04-18 14:53 lh03061238 阅读(310) 评论(0) 推荐(0) 编辑

git的撤销操作:reset、checkout和revert

摘要: https://segmentfault.com/a/1190000009126517 https://blog.csdn.net/weixin_44815943/article/details/113527031 https://blog.csdn.net/weixin_44815943/arti 阅读全文

posted @ 2022-04-18 11:43 lh03061238 阅读(118) 评论(0) 推荐(0) 编辑

git reset HEAD 与 git reset --hard HEAD的区别 天地逍遥

摘要: https://www.jianshu.com/p/aeb50b94e6c0 https://www.jianshu.com/p/c2ec5f06cf1a https://blog.csdn.net/weixin_34217711/article/details/89325384?spm=1001. 阅读全文

posted @ 2022-04-18 11:37 lh03061238 阅读(26) 评论(0) 推荐(0) 编辑

git add -A 和 git add . 的区别详解

摘要: 参考: https://www.jb51.net/article/191458.htm 阅读全文

posted @ 2022-04-18 11:36 lh03061238 阅读(20) 评论(0) 推荐(0) 编辑

Vim格Vim格式化代码功能——gg=G式化代码功能——gg=G

摘要: 参考:https://i.cnblogs.com/posts/edit 在nomal模式输入: (1) gg=G 是一个自动缩进的命令 (在命令状态下直接输入,不需要输入冒号),gg是文件首,G是文件尾,所以 gg=G 是整理全部代码。(2) == 整理当行,加行数整理多行。(3) ={ 或者 =i 阅读全文

posted @ 2022-04-18 11:27 lh03061238 阅读(410) 评论(0) 推荐(0) 编辑

2022年4月15日

参与linux社区

摘要: 如何订阅linux邮件列表 https://blog.csdn.net/flyingnosky/article/details/100071996 订阅Linux内核的邮件列表 https://www.cnblogs.com/EasonJim/p/6088839.html 内核社区的中心是内核邮件列 阅读全文

posted @ 2022-04-15 15:14 lh03061238 阅读(60) 评论(0) 推荐(0) 编辑

上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 69 下一页

导航