# eBPF **Repository Path**: linuxkerneltravel/eBPF ## Basic Information - **Project Name**: eBPF - **Description**: eBPF/BCC原理和编程学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 21 - **Forks**: 21 - **Created**: 2022-01-24 - **Last Updated**: 2025-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## eBPF/BCC原理和编程学习 #### 动态追踪技术地图 ![动态追踪技术漫谈](/img/动态追踪技术漫谈.png) - 参考资料 [动态追踪技术漫谈](https://blog.openresty.com.cn/cn/dynamic-tracing/) #### 系统跟踪框架 ![systrace](/img/systrace.png) #### 关于eBPF的好文 - LWN.net的eBPF/BCC文章完整系列 1. [A thorough introduction to eBPF](https://lwn.net/Articles/740157/) 2. [An introduction to the BPF Compiler Collection](https://lwn.net/Articles/742082/) 3. [Some advanced BCC topics](https://lwn.net/Articles/747640/) 4. [Using user-space tracepoints with BPF](https://lwn.net/Articles/753601/) - 博客/公众号文章 1. [eBPF 简史](https://linux.cn/article-9032-1.html) 2. [From High Ceph Latency to Kernel Patch with eBPF/BCC](https://mp.weixin.qq.com/s/9MWwwsuB1jgfQ8HTvkh7TA) #### 仓库代码资料参考 - [作者badman250的专栏:底层性能诊断](https://blog.csdn.net/notbaron/category_7425420.html) #### 内容不断完善中...