mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
3 lines
137 B
Plaintext
3 lines
137 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
perf record -m 16384 -a -e sched:sched_wakeup -e sched:sched_wakeup_new -e sched:sched_switch -e sched:sched_migrate_task $@
|