Add some desc for userspace eBPF

This commit is contained in:
yunwei37
2024-01-13 20:27:34 +00:00
parent 01e85ee09c
commit 3468fab36b
13 changed files with 329 additions and 9 deletions

View File

@@ -43,7 +43,8 @@ For the complete source code of the tutorial, please refer to the repo [https://
- [Adding sudo users using eBPF](26-sudo/README.md)
- [Replacing text read or written by any program using eBPF](27-replace/README.md)
- [BPF lifecycle: Running eBPF programs continuously after the user space application exits using Detached mode](28-detach/README.md)
- [Userspace eBPF Runtimes: Overview and Applications](src\36-userspace-ebpf\README_en.md)
# bcc tutorial
- [BPF Features by Linux Kernel Version](bcc-documents/kernel-versions.md)