1 个仓库
Educational materials and step-by-step guides for developing eBPF programs.
Distinct from eBPF Program Development: Focuses on the educational/tutorial aspect of development rather than the toolchain or runtime execution.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Learning Resources. Refine with filters or upvote what's useful.
该项目是一个教育资源,提供了一个全面的开发教程,用于在 Linux 内核中使用 C、Go 和 Rust 编写并加载 eBPF 程序。它作为一个技术指南,用于开发直接在内核中执行的自定义逻辑。 这些材料涵盖了专门的领域,包括内核可观测性和追踪、用于入侵检测的安全实现,以及用于包过滤和负载均衡的高性能网络工程。它还包括用于 Linux 内核追踪以及使用 kprobes、uprobes 和 tracepoints 的专用手册。 该项目涵盖了广泛的功能领域,如内核插桩、系统监控和可观测性、网络分析以及安全强制执行。它进一步扩展到 GPU 和驱动程序的硬件级调试,以及底层系统操作和资源管理。
Provides a comprehensive development tutorial for writing and loading eBPF programs using C, Go, and Rust.