diff --git a/study/debug/tools/systrace/README.md b/study/debug/tools/systrace/README.md index da8b9e0..ceca2ca 100755 --- a/study/debug/tools/systrace/README.md +++ b/study/debug/tools/systrace/README.md @@ -18,7 +18,7 @@ blogexcerpt:
笔者在日常内核性能优化的工作中, 主要涉及 终 | 日期 | 作者 | GitHub| CSDN | BLOG | | ------- |:-------:|:-------:|:-------:|:-------:| -| 2020-11-21 | [gatieme](https://blog.csdn.net/gatieme) | [AderXCoding](https://github.com/gatieme/AderXCoding/tree/master/system/tools/glibc/001-version) | [Linux(Ubuntu/CentOS) 下查看 GLIBC 版本](https://blog.csdn.net/gatieme/article/details/108945425) | [Systrace for Linux-使用 systrace 分析 linux & android 的调度问题](https://oskernellab.com/2020/11/21/2020/1121-0001-Systrace_for_linux)| +| 2020-11-21 | [gatieme](https://blog.csdn.net/gatieme) | [`LDD-LinuxDeviceDrivers/study/debug/tools/systrace`](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/debug/tools/systrace) | [Linux(Ubuntu/CentOS) 下查看 GLIBC 版本](https://blog.csdn.net/gatieme/article/details/108945425) | [Systrace for Linux-使用 systrace 分析 linux & android 的调度问题](https://oskernellab.com/2020/11/21/2020/1121-0001-Systrace_for_linux)|
@@ -188,7 +188,7 @@ get_systrace() get_systrace $1 ``` -该脚本同样集成到了 github 仓库中, 可以使用如下命令直接抓取 10S 的日志信息. +该脚本同样集成到了 [github 仓库](https://github.com/gatieme/systrace/blob/master/scripts/systrace.sh)中, 可以使用如下命令直接抓取 10S 的日志信息. ```cpp sh ./systrace.sh 10