mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-03-21 04:16:05 +08:00
fix: Update links in README files for kprobe examples and clarify base program descriptions
This commit is contained in:
@@ -103,7 +103,7 @@ You need:
|
||||
|
||||
If your kernel is too old, you have two options:
|
||||
- Upgrade your kernel to a supported version
|
||||
- Use the kprobe example instead (see [example 2-kprobe-unlink](../2-kprobe-unlink/))
|
||||
- Use the kprobe example instead (see [example 2-kprobe-unlink](../2-kprobe-unlink/README.md))
|
||||
|
||||
**2. Verify BTF (BPF Type Format) support:**
|
||||
|
||||
|
||||
@@ -111,7 +111,7 @@ $ uname -r
|
||||
|
||||
如果您的内核版本过旧,您有两个选择:
|
||||
- 将内核升级到支持的版本
|
||||
- 使用 kprobe 示例代替(参见 [示例 2-kprobe-unlink](../2-kprobe-unlink/))
|
||||
- 使用 kprobe 示例代替(参见 [示例 2-kprobe-unlink](../2-kprobe-unlink/README.zh.md))
|
||||
|
||||
**2. 验证 BTF(BPF Type Format)支持:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user