DragonOS/docs/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
..
boot feat(boot): 内核启动命令行参数解析 (#969) 2024-10-13 23:39:55 +08:00
configuration riscv: 把内核编译target改为riscv64gc & 获取time csr的频率 & 修正浮点保存与恢复的汇编的问题 (#699) 2024-04-06 22:13:26 +08:00
container doc: 添加dadk文档的链接,并且修正namespace文档的一些问题 (#1053) 2024-11-18 20:57:23 +08:00
core_api fix: remove useless c code (#1116) 2025-03-27 14:16:10 +08:00
cpu_arch doc: usb legacy support 2022-07-19 18:32:32 +08:00
debug chore: update docker image version in script && update doc (#1076) 2024-12-16 01:48:46 +08:00
filesystem feat(syscall): 添加syscall table的实现 (#1164) 2025-05-13 18:59:18 +08:00
ipc 新增signal文档 (#126) 2022-12-24 23:30:26 +08:00
ktest 删除一些过时的C代码 (#565) 2024-03-08 23:22:48 +08:00
libs feat(ida): IDA内部改为使用XArray实现 (#934) 2024-09-25 11:20:52 +08:00
locking feat(log): 将内核日志统一为新的logger (#814) 2024-05-16 17:25:23 +08:00
memory_management 新的内存管理模块 (#303) 2023-07-22 16:27:02 +08:00
process_management chore: update docker image version in script && update doc (#1076) 2024-12-16 01:48:46 +08:00
sched chore: update docker image version in script && update doc (#1076) 2024-12-16 01:48:46 +08:00
syscall feat(syscall): 添加syscall table的实现 (#1164) 2025-05-13 18:59:18 +08:00
trace feat: support tracepoint-based ebpf programs (#1190) 2025-06-14 17:34:45 +08:00