mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-28 21:23:23 +00:00
* feat: support tracepoint-based ebpf programs Signed-off-by: Godones <chenlinfeng25@outlook.com> * remove licenses Signed-off-by: Godones <chenlinfeng25@outlook.com> * feat: Supplement tracepoint related files fix some warnings add docs for tracepoint Signed-off-by: Godones <chenlinfeng25@outlook.com> --------- Signed-off-by: Godones <chenlinfeng25@outlook.com> Co-authored-by: longjin <longjin@DragonOS.org>
17 lines
222 B
TOML
17 lines
222 B
TOML
[package]
|
|
name = "mytrace-common"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
license.workspace = true
|
|
|
|
[features]
|
|
default = []
|
|
user = ["aya"]
|
|
|
|
[dependencies]
|
|
aya = { workspace = true, optional = true }
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|