linux/tools/perf/scripts/perl/bin/wakeup-latency-record
Tom Zanussi b0b6d914e2 perf trace scripting: remove system-wide param from shell scripts
Including -a unconditionally when recording doesn't allow for the
option of running scripts without it.  Future patches will add add it
back if needed at run-time.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Acked-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2010-11-10 08:08:20 -06:00

7 lines
75 B
Bash

#!/bin/bash
perf record -e sched:sched_switch -e sched:sched_wakeup $@