mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
b0b6d914e2
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>
7 lines
75 B
Bash
7 lines
75 B
Bash
#!/bin/bash
|
|
perf record -e sched:sched_switch -e sched:sched_wakeup $@
|
|
|
|
|
|
|
|
|