fix: Update links in README files for kprobe examples and clarify base program descriptions

This commit is contained in:
LinuxDev9002
2026-03-06 14:47:38 -08:00
parent d06ec2f281
commit f5564cfa77
5 changed files with 6 additions and 9 deletions

View File

@@ -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:**

View File

@@ -111,7 +111,7 @@ $ uname -r
如果您的内核版本过旧,您有两个选择:
- 将内核升级到支持的版本
- 使用 kprobe 示例代替(参见 [示例 2-kprobe-unlink](../2-kprobe-unlink/)
- 使用 kprobe 示例代替(参见 [示例 2-kprobe-unlink](../2-kprobe-unlink/README.zh.md)
**2. 验证 BTFBPF Type Format支持**