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