DragonOS/kernel
linfeng 6b581d4dd8
feat: support tracepoint-based ebpf programs (#1190)
* 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>
2025-06-14 17:34:45 +08:00
..
.cargo fix: 修复由于升级到2024-07-23工具链之后,某些机器上面内核运行一直fault的问题。 (#870) 2024-07-27 17:34:05 +08:00
crates fix: 检测不到ctrl+D的问题 && pid=1被kill的时候没报错的问题 (#1206) 2025-06-12 14:23:29 +08:00
src feat: support tracepoint-based ebpf programs (#1190) 2025-06-14 17:34:45 +08:00
submodules riscv: 完成UEFI初始化,能正确设置memblock的信息 (#501) 2024-01-26 18:08:39 +08:00
.clippy.toml fix: 检查栈帧大小 (#1126) 2025-05-26 17:33:25 +08:00
.gitignore chore: 将cargo.lock恢复提交到git (#1114) 2025-03-25 11:27:50 +08:00
Cargo.lock fix: 解决创建buddy的函数栈帧过大的问题 (#1189) 2025-06-08 10:56:26 +08:00
Cargo.toml fix: 解决创建buddy的函数栈帧过大的问题 (#1189) 2025-06-08 10:56:26 +08:00
Makefile feat: la64 boot (#1132) 2025-04-20 18:51:45 +08:00
build.rs 把内核构建脚本单独独立成一个crate (#444) 2023-11-17 11:26:26 +08:00
env.mk feat: la64 boot (#1132) 2025-04-20 18:51:45 +08:00
rust-toolchain.toml chore: update toolchain version to 2024-11-05 (#1031) 2024-11-11 21:29:15 +08:00