repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.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