repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ipv6: drop unused "dev" arg of icmpv6_send()
[linux-2.6/next.git]
/
tools
/
perf
/
scripts
/
perl
/
bin
/
wakeup-latency-record
blob
6abedda911a44acfc3e561b4c5bf0d1aabb0ad3e
1
#!/bin/bash
2
perf record
-c
1
-f -a -M -R -e
sched
:
sched_switch
-e
sched
:
sched_wakeup
3
4
5
6