Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
linux-shallow
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Insights
linux-shallow
/
tools
/
perf
/
scripts
/
perl
/
bin
/
wakeup-latency-record
Text
·
75 B
·
464251a
Raw
7 lines · plain
1
#!/bin/bash
2
perf record -e sched:sched_switch -e sched:sched_wakeup $@
3
4
5
6
7