mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-16 13:26:00 +02:00
7 lines
75 B
Bash
7 lines
75 B
Bash
#!/bin/bash
|
|
perf record -e sched:sched_switch -e sched:sched_wakeup $@
|
|
|
|
|
|
|
|
|