mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-17 18:26:48 +00:00
* 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>
18 lines
318 B
TOML
18 lines
318 B
TOML
[package]
|
|
name = "syscall_ebpf-ebpf"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
syscall_ebpf-common = { path = "../syscall_ebpf-common" }
|
|
|
|
aya-ebpf = { workspace = true }
|
|
aya-log-ebpf = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
which = { workspace = true }
|
|
|
|
[[bin]]
|
|
name = "syscall_ebpf"
|
|
path = "src/main.rs"
|