mirror of
https://github.com/adulau/aha.git
synced 2024-12-31 21:26:18 +00:00
7 lines
89 B
Text
7 lines
89 B
Text
|
#!/bin/bash
|
||
|
perf record -c 1 -f -a -M -R -e sched:sched_switch -e sched:sched_wakeup
|
||
|
|
||
|
|
||
|
|
||
|
|