温暖的电波 |
|
||
2023年6月23日
摘要:
Linux中一个任务在就绪队列上等待调度的时间,即run_delay分析 阅读全文
2023年6月17日
摘要:
低端内存保护机制lowmem_reserve的分析与思考 阅读全文
2023年2月16日
摘要:
ebpf中event buffer的map创建流程分析 阅读全文
2023年1月31日
摘要:
ebpf中perf buffer的简单介绍 阅读全文
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 阅读全文
2022年10月29日
摘要:
/proc/sched_debug中的nr_uninterruptible原理 阅读全文
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 阅读全文
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_ 阅读全文
2021年10月14日
摘要:
翻译自:https://github.com/iovisor/bcc/blob/master/docs/tutorial_bcc_python_developer.md bcc Python Developer Tutorial 这个教程主要目的是展示如何使用python来进行bcc工具开发和编程。 阅读全文
2021年10月10日
摘要:
getdelays工具可以导出任务的调度延迟信息 阅读全文
|
Copyright © 2025 温暖的电波
Powered by .NET 9.0 on Kubernetes |