mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
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:
@ -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]
|
||||
# (可选)构建命令
|
Reference in New Issue
Block a user