diff options
| author | 2010-05-03 08:29:35 +0200 | |
|---|---|---|
| committer | 2010-05-03 08:29:35 +0200 | |
| commit | 0806ebd974590ab24ab357d5d87db744e56bfe13 (patch) | |
| tree | baf96726e3d9f8c2316e509e0a4cbc99ba5fe67a /tools/perf/scripts/python/bin/syscall-counts-record | |
| parent | perf inject: Refactor read_buildid function (diff) | |
| parent | hw-breakpoints: Get the number of available registers on boot dynamically (diff) | |
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core
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 27ccffa26ab4..1fc5998b721d 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 -c 1 -f -a -M -R -e raw_syscalls:sys_enter $@ +perf record -a -e raw_syscalls:sys_enter $@ |
