mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-29 18:42:07 +08:00
2f8213f997
* rt debug scripts * bigger buffer * cleanup * move to internal Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: ebab66062248012fe6c1a25a6d789297849cb868
5 lines
107 B
Bash
Executable File
5 lines
107 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
echo 96000 > /d/tracing/buffer_size_kb
|
|
atrace -t 10 sched workq -b 96000 > /tmp/trace.txt
|