温暖的电波  

2023年6月23日

摘要: Linux中一个任务在就绪队列上等待调度的时间,即run_delay分析 阅读全文
posted @ 2023-06-23 17:46 温暖的电波 阅读(396) 评论(0) 推荐(0) 编辑

2023年6月17日

摘要: 低端内存保护机制lowmem_reserve的分析与思考 阅读全文
posted @ 2023-06-17 17:47 温暖的电波 阅读(803) 评论(0) 推荐(0) 编辑

2023年2月16日

摘要: ebpf中event buffer的map创建流程分析 阅读全文
posted @ 2023-02-16 22:16 温暖的电波 阅读(1026) 评论(0) 推荐(0) 编辑

2023年1月31日

摘要: ebpf中perf buffer的简单介绍 阅读全文
posted @ 2023-01-31 21:50 温暖的电波 阅读(1914) 评论(0) 推荐(0) 编辑

2023年1月20日

摘要: 最近遇到一个编译问题,报错如下: /usr/bin/ld: cannot find -lz /usr/bin/ld: cannot find -lc collect2: error:ld returned 1 exit status 咋一看应该是链接的时候找不到zlib和glibc,但是yum li 阅读全文
posted @ 2023-01-20 08:09 温暖的电波 阅读(14) 评论(0) 推荐(0) 编辑

2022年10月29日

摘要: /proc/sched_debug中的nr_uninterruptible原理 阅读全文
posted @ 2022-10-29 08:45 温暖的电波 阅读(167) 评论(0) 推荐(0) 编辑

2022年9月11日

摘要: 背景 在使用pip3安装了最新的drgn后执行 drgn -s vmlinux -c ./vmcore 命令后报出如下错误: drgn 0.0.20+unknown (using Python 3.6.8, elfutils 0.186, without libkdumpfile) Tracebac 阅读全文
posted @ 2022-09-11 08:52 温暖的电波 阅读(45) 评论(0) 推荐(0) 编辑

2022年2月17日

摘要: 1、reusable会在early_init_dt_reserve_memory_arch()函数中加入到memblock.reserve的region中,因而可以在/sys/kernel/debug/memblock/reserved中看到 2、no-map属性的内存在early_init_dt_ 阅读全文
posted @ 2022-02-17 22:16 温暖的电波 阅读(1366) 评论(0) 推荐(0) 编辑

2021年10月14日

摘要: 翻译自:https://github.com/iovisor/bcc/blob/master/docs/tutorial_bcc_python_developer.md bcc Python Developer Tutorial 这个教程主要目的是展示如何使用python来进行bcc工具开发和编程。 阅读全文
posted @ 2021-10-14 20:56 温暖的电波 阅读(1489) 评论(0) 推荐(0) 编辑

2021年10月10日

摘要: getdelays工具可以导出任务的调度延迟信息 阅读全文
posted @ 2021-10-10 20:53 温暖的电波 阅读(1480) 评论(0) 推荐(2) 编辑