docs: improve clarity and correct paths in README files

- Revised wording for better clarity in the English README related to CUDA API calls.
- Updated directory path in the Chinese README to reflect the correct location for building components.
This commit is contained in:
github-actions[bot]
2025-08-24 04:41:55 +00:00
parent 97196d0550
commit b3207111ea
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ This is where eBPF comes to the rescue! By using uprobes, we can intercept CUDA
- Error codes and failures
- Timing of operations
This blog is mainly focus on the CPU side of the CUDA API calls, for fined-grained tracing of GPU operations, you can see [eGPU](https://dl.acm.org/doi/10.1145/3723851.3726984) paper and [bpftime](https://github.com/eunomia-bpf/bpftime) project.
This blog mainly focuses on the CPU side of the CUDA API calls, for fined-grained tracing of GPU operations, you can see [eGPU](https://dl.acm.org/doi/10.1145/3723851.3726984) paper and [bpftime](https://github.com/eunomia-bpf/bpftime) project.
## Key CUDA Functions We Trace

View File

@@ -277,7 +277,7 @@ static void print_stats(struct energy_monitor_bpf *skel)
使用提供的 Makefile 构建所有组件:
```bash
cd /yunwei37/bpf-developer-tutorial/src/48-energy
cd /home/yunwei37/bpf-developer-tutorial/src/48-energy
make clean && make
```