mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-27 14:23:56 +08:00
5 lines
107 B
Bash
5 lines
107 B
Bash
|
|
#!/usr/bin/bash
|
||
|
|
|
||
|
|
echo 96000 > /d/tracing/buffer_size_kb
|
||
|
|
atrace -t 10 sched workq -b 96000 > /tmp/trace.txt
|