mirror of
https://github.com/armbian/linux-cix.git
synced 2026-01-06 12:30:45 -08:00
3 lines
79 B
Plaintext
3 lines
79 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
perf record -e sched:sched_switch -e sched:sched_migrate_task "$@"
|