repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
tools
/
perf
/
scripts
/
perl
/
bin
/
wakeup-latency-record
blob
464251a1bd7e6a235d59579b85ff80d646aead50
1
#!/bin/bash
2
perf record
-e
sched
:
sched_switch
-e
sched
:
sched_wakeup $@
3
4
5
6