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:
parent
e8719adf30
commit
b0b6d914e2
13 changed files with 13 additions and 13 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
perf record -a -e raw_syscalls:sys_enter $@
|
||||
perf record -e raw_syscalls:sys_enter $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue