X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tools%2Fperf%2Fscripts%2Fpython%2Fbin%2Fsyscall-counts-by-pid-record;h=1fc5998b721d5f2a5f2a89e83ad90559f18439dd;hb=1d3c6ff44ad4b5f113602e153026a338f0f9b3ff;hp=45a8c50359daf8092024b0d997c1b4d63a1a727a;hpb=322aafa6645a48c3b7837ca7385f126ab78127fd;p=pandora-kernel.git diff --git a/tools/perf/scripts/python/bin/syscall-counts-by-pid-record b/tools/perf/scripts/python/bin/syscall-counts-by-pid-record index 45a8c50359da..1fc5998b721d 100644 --- a/tools/perf/scripts/python/bin/syscall-counts-by-pid-record +++ b/tools/perf/scripts/python/bin/syscall-counts-by-pid-record @@ -1,2 +1,2 @@ #!/bin/bash -perf record -c 1 -f -a -M -R -e raw_syscalls:sys_enter +perf record -a -e raw_syscalls:sys_enter $@