diff options
| author | 2010-06-01 22:53:36 -0400 | |
|---|---|---|
| committer | 2010-06-01 22:53:36 -0400 | |
| commit | b42f5b0f0fd8c1c442c1b29a3fbcb338e8bd7732 (patch) | |
| tree | 194e13dfa85d2d2af8bd125acd80a445ee0def62 /tools/perf/scripts/python/bin/syscall-counts-by-pid-record | |
| parent | ACPI / EC / PM: Fix names of functions that block/unblock EC transactions (diff) | |
| parent | ACPI: update feature-removal.txt to reflect deleted acpi=ht option (diff) | |
| download | linux-dev-b42f5b0f0fd8c1c442c1b29a3fbcb338e8bd7732.tar.xz linux-dev-b42f5b0f0fd8c1c442c1b29a3fbcb338e8bd7732.zip | |
Merge branches 'bugzilla-14668' and 'misc-2.6.35' into release
Diffstat (limited to 'tools/perf/scripts/python/bin/syscall-counts-by-pid-record')
| -rw-r--r-- | tools/perf/scripts/python/bin/syscall-counts-by-pid-record | 2 |
1 files changed, 1 insertions, 1 deletions
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 $@ |
