随笔分类 -  linux系统调测

linux调测相关博客
摘要:kernel https://mzhan017.blog.csdn.net/category_10730826.html linux调试总结 https://blog.csdn.net/mozun1/category_6507516.html linux驱动由浅入深系列 https://blog.c 阅读全文

posted @ 2023-02-08 11:06 lh03061238 阅读(25) 评论(0) 推荐(0) 编辑

内核rcu_sched detected stalls on CPUs/tasks问题
摘要:linux RCU https://zhuanlan.zhihu.com/p/570218921 [RCU stall] RCU stall 分析,RCU stall 内核文档翻译 https://www.cnblogs.com/smilingsusu/p/14500091.html Linux内核 阅读全文

posted @ 2023-02-08 10:14 lh03061238 阅读(2851) 评论(0) 推荐(0) 编辑

/proc/meminfo 与 /proc/iomem
摘要:/proc/iomem https://www.jianshu.com/p/50cba3e2554c https://betheme.net/yidongkaifa/44725.html?action=onClick linux kernel内存管理之/proc/meminfo下参数介绍 https 阅读全文

posted @ 2023-02-03 16:23 lh03061238 阅读(168) 评论(0) 推荐(0) 编辑

linux的coredump相关
摘要:Linux内核调试方法总结之coredump https://zhuanlan.zhihu.com/p/514516021 Linux coredump 使用与简介 https://blog.csdn.net/u012075739/article/details/124549207 Linux 下C 阅读全文

posted @ 2023-02-03 11:35 lh03061238 阅读(29) 评论(0) 推荐(0) 编辑

ftrace中的Max Stack Tracer和Function_Profiler
摘要:(1) Max Stack Tracer 的使用这个 tracer 记录内核函数的堆栈使用情况,需要使能CONFIG_STACK_TRACER,用户可以使用如下命令打开该 tracer: # echo 1 > /proc/sys/kernel/stack_tracer_enabled从此,ftrac 阅读全文

posted @ 2023-02-01 17:59 lh03061238 阅读(117) 评论(0) 推荐(0) 编辑

Linux tracepoint
摘要:Trace - 一文读懂tracepoint https://blog.csdn.net/rikeyone/article/details/116057261?spm=1001.2101.3001.6650.2&utm_medium=distribute.pc_relevant.none-task- 阅读全文

posted @ 2023-01-31 17:26 lh03061238 阅读(56) 评论(0) 推荐(0) 编辑

earlycon相关
摘要:early_printk和earlycon https://blog.csdn.net/thisway_diy/article/details/119911175 earlycon 的使用 https://blog.csdn.net/wjxcn/article/details/79542406 阅读全文

posted @ 2023-01-17 16:47 lh03061238 阅读(77) 评论(0) 推荐(0) 编辑

查看linux系统console信息
摘要:查看Linux 系统串口信息 https://www.jb51.cc/linux/3808170.html Linux系统查看串口命令 https://www.lxlinux.net/1889.html Linux 查看本机串口方法 https://blog.csdn.net/zhiyuan2021 阅读全文

posted @ 2023-01-17 16:08 lh03061238 阅读(243) 评论(0) 推荐(0) 编辑

kprobe相关原理及使用
摘要:内核调测工具kprobe之实践篇 https://mp.weixin.qq.com/s?__biz=MzIxMjE1MzU4OA==&mid=2648922724&idx=1&sn=d8f8f90f572ead35f925936d67f99cf4&chksm=8f5d9fffb82a16e90978 阅读全文

posted @ 2023-01-16 08:59 lh03061238 阅读(122) 评论(0) 推荐(0) 编辑

内核打印信息查看
摘要:1、dmesg 2、sudo cat /var/log/messages (Some messages may be suppressed if syslogd is configured to eliminate duplicate messages) 阅读全文

posted @ 2023-01-14 15:47 lh03061238 阅读(93) 评论(0) 推荐(0) 编辑

Ftrace相关原理及使用
摘要:ftrace相关文章 https://recomm.cnblogs.com/blogpost/4163995?page=1 Ftrace https://www.bookstack.cn/read/tinyclub-elinux/dbg_portal-kernel_trace_and_profile 阅读全文

posted @ 2023-01-13 17:40 lh03061238 阅读(166) 评论(0) 推荐(0) 编辑

GNU IFUNC介绍
摘要:https://sourceware.org/glibc/wiki/GNU_IFUNC https://blog.csdn.net/qq_36779888/article/details/105283764 https://zhuanlan.zhihu.com/p/474311225 阅读全文

posted @ 2022-11-12 15:33 lh03061238 阅读(150) 评论(0) 推荐(0) 编辑

centos升级gcc
摘要:1、 sudo yum install centos-release-sclsudo yum search devtoolset | grep gccsudo yum install devtoolset-11-gcc*sudo source /opt/rh/devtoolset-11/enable 阅读全文

posted @ 2022-11-02 10:57 lh03061238 阅读(157) 评论(0) 推荐(0) 编辑

PTRACE_SINGLESTEP相关
摘要:https://blog.csdn.net/justin2009212407/article/details/104664025/ https://blog.csdn.net/weixin_30667301/article/details/99779621 https://blog.51cto.co 阅读全文

posted @ 2022-11-01 19:15 lh03061238 阅读(24) 评论(0) 推荐(0) 编辑

lldb相关
摘要:Getting Started with the LLVM System中文 https://blog.csdn.net/zhang14916/article/details/89288196 https://blog.csdn.net/Rong_Toa/article/details/124198 阅读全文

posted @ 2022-10-18 17:17 lh03061238 阅读(84) 评论(0) 推荐(0) 编辑

llvm相关
摘要:Getting Started with the LLVM System中文 https://blog.csdn.net/zhang14916/article/details/89288196 https://blog.csdn.net/Rong_Toa/article/details/124198 阅读全文

posted @ 2022-10-18 16:16 lh03061238 阅读(46) 评论(0) 推荐(0) 编辑

GDB info registers命令
摘要:GDB info registers命令 - 输出的第二列 https://qa.1r1g.com/sf/ask/2171820031/ 使用GDB查看和修改寄存器的值 https://blog.csdn.net/weixin_44395686/article/details/104727314?s 阅读全文

posted @ 2022-10-09 10:44 lh03061238 阅读(477) 评论(0) 推荐(0) 编辑

查看linux系统版本
摘要:参考: https://blog.csdn.net/majianting/article/details/122694130 https://blog.csdn.net/GSWWJM/article/details/119727346?spm=1001.2101.3001.6650.2&utm_me 阅读全文

posted @ 2022-09-23 15:19 lh03061238 阅读(29) 评论(0) 推荐(0) 编辑

make dist
摘要:https://blog.csdn.net/cj2580/article/details/76492447 阅读全文

posted @ 2022-09-21 15:56 lh03061238 阅读(23) 评论(0) 推荐(0) 编辑

debian包的制作
摘要:源码生成deb包 https://www.cnblogs.com/ruiy/p/5043716.html deb包制作 https://www.cnblogs.com/ditvelo/p/16662910.html 使用autotools自动生成Makefile并在此之上使用dh-make生成可发布 阅读全文

posted @ 2022-09-21 14:59 lh03061238 阅读(257) 评论(0) 推荐(0) 编辑

导航