OpenGrok
Cross Reference: wakeup-latency-record
xref
: /
external
/
linux-tools-perf
/
scripts
/
perl
/
bin
/
wakeup-latency-record
Home
|
History
|
Annotate
|
Download
|
only in
bin
1
#!/
bin
/
bash
2
perf
record
-e
sched
:
sched_switch
-e
sched
:
sched_wakeup
$@
3
4
5
6
7