mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-22 22:23:52 +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
|