feat(ebpf): support Aya framework. (#1070)

* feat(ebpf): support Aya framework.

1. fix the rbpf bug
2. use new Aya template
3. add kprobe related device files and attributes to sysfs

---
Signed-off-by: chenlinfeng <chenlinfeng25@outlook.com>
This commit is contained in:
linfeng
2024-12-07 16:41:37 +08:00
committed by GitHub
parent c09af909c5
commit 72423f90bb
53 changed files with 849 additions and 511 deletions

View File

@ -1,5 +1,5 @@
# 用户程序名称
name = "test_ebpf"
name = "test_ebpf_new"
# 版本号
version = "0.1.0"
# 用户程序描述信息
@ -21,7 +21,7 @@ type = "build-from-source"
# "install_from_prebuilt" 可选值:"local", "archive"
source = "local"
# 路径或URL
source-path = "user/apps/test_ebpf"
source-path = "user/apps/syscall_ebpf"
# 构建相关信息
[build]
# (可选)构建命令