doc: Add ai doc translate tool and add English doc. (#1168)

- add tools/doc_translator.py
- translated docs into English

Signed-off-by: longjin <longjin@DragonOS.org>
This commit is contained in:
LoGin
2025-05-20 10:44:28 +08:00
committed by GitHub
parent fccfa6f7ff
commit 880720250e
98 changed files with 13972 additions and 6 deletions

View File

@ -18,7 +18,7 @@ eBPF 从根本上改变了这个方式。通过允许在操作系统中运行沙
## eBPF的运行流程
![image-20240909165945192](./ebpf_flow.png)
![image-20240909165945192](/kernel/trace/ebpf_flow.png)
如图所示eBPF程序的运行过程分为三个主要步骤

View File

@ -14,7 +14,7 @@ kprobes技术依赖硬件架构相关的支持主要包括CPU的异常处理
## kprobe工作流程
<img src="./kprobe_flow.png" style="zoom: 67%;" alt="xxx"/>
<img src="/kernel/trace/kprobe_flow.png" style="zoom: 67%;" alt="xxx"/>