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>
This commit is contained in:
Tom Zanussi 2010-11-10 08:08:20 -06:00
parent e8719adf30
commit b0b6d914e2
13 changed files with 13 additions and 13 deletions

View file

@ -1,2 +1,2 @@
#!/bin/bash
perf record -a -e raw_syscalls:sys_enter $@
perf record -e raw_syscalls:sys_enter $@