xref: /linux/tools/perf/scripts/perl/bin/wakeup-latency-record (revision e26207a3819684e9b4450a2d30bdd065fa92d9c7)
1#!/bin/bash
2perf record -c 1 -f -a -M -R -e sched:sched_switch -e sched:sched_wakeup
3
4
5
6
7