# eBPF-test **Repository Path**: tx7do/eBPF-test ## Basic Information - **Project Name**: eBPF-test - **Description**: eBPF-test eBPF-test - **Primary Language**: C++ - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-06 - **Last Updated**: 2025-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # eBPF-test ## Install ```shell sudo apt install -y bpftrace bpfcc-tools ``` ## 参考资料 - [Building a Continuous Profiler Part 2: A Simple eBPF-Based Profiler](https://blog.px.dev/cpu-profiling-2/) - [使用C语言从头开发一个Hello World级别的eBPF程序](https://tonybai.com/2022/07/05/develop-hello-world-ebpf-program-in-c-from-scratch/) - [eBPF原理介绍与C语言实现eBPF程序](http://just4coding.com/2022/03/22/ebpf-c/) - [Write eBPF program in pure C](http://terenceli.github.io/%E6%8A%80%E6%9C%AF/2020/01/18/ebpf-in-c) - [How to write eBPF programs with Golang](https://blog.devgenius.io/how-to-write-ebpf-programs-with-golang-933d58fc5dba) - [A Gentle Introduction to eBPF](https://www.infoq.com/articles/gentle-linux-ebpf-introduction/) - [eBPF 入门之初体验](https://feisky.xyz/posts/2021-01-27-ebpf-hello/) - [Kernel-Analysis-Using-eBPF](https://elinux.org/images/d/dc/Kernel-Analysis-Using-eBPF-Daniel-Thompson-Linaro.pdf)