index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
perl
/
bin
/
wakeup-latency-record
blob: 9f2acaaae9f0538fbdea692bbadd015965b48ae2 (
plain
)
1
2
3
4
5
6
#!/bin/bash
perf
record
-a
-e
sched:sched_switch
-e
sched:sched_wakeup
$@