mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-21 02:34:27 +08:00
* rt debug scripts * bigger buffer * cleanup * move to internal Co-authored-by: Comma Device <device@comma.ai>
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
|