diff options
| author | 2010-11-24 13:30:28 -0500 | |
|---|---|---|
| committer | 2010-11-24 13:30:28 -0500 | |
| commit | b03a6c4c7d8ebd8118d668eafdb85f5f76b5437f (patch) | |
| tree | f6ca7059e9c1bc1aac9a6741316f8e07ba349f7f /tools/perf/scripts/python/bin/syscall-counts-record | |
| parent | arch/tile: fix rwlock so would-be write lockers don't block new readers (diff) | |
| parent | Linux 2.6.37-rc3 (diff) | |
| download | wireguard-linux-b03a6c4c7d8ebd8118d668eafdb85f5f76b5437f.tar.xz wireguard-linux-b03a6c4c7d8ebd8118d668eafdb85f5f76b5437f.zip | |
Merge branch 'master' into for-linus
Diffstat (limited to 'tools/perf/scripts/python/bin/syscall-counts-record')
| -rw-r--r-- | tools/perf/scripts/python/bin/syscall-counts-record | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/bin/syscall-counts-record b/tools/perf/scripts/python/bin/syscall-counts-record index 1fc5998b721d..4efbfaa7f6a5 100644 --- a/tools/perf/scripts/python/bin/syscall-counts-record +++ b/tools/perf/scripts/python/bin/syscall-counts-record @@ -1,2 +1,2 @@ #!/bin/bash -perf record -a -e raw_syscalls:sys_enter $@ +perf record -e raw_syscalls:sys_enter $@ |
