mirror of
https://github.com/gatieme/LDD-LinuxDeviceDrivers.git
synced 2026-09-22 12:43:39 +08:00
systrace: update README
This commit is contained in:
@@ -18,7 +18,7 @@ blogexcerpt: <br>笔者在日常内核性能优化的工作中, 主要涉及 终
|
||||
|
||||
| 日期 | 作者 | 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)|
|
||||
|
||||
|
||||
<br>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user