diff options
author | 2011-01-04 09:43:42 +0100 | |
---|---|---|
committer | 2011-01-04 09:43:42 +0100 | |
commit | bc030d6cb9532877c1c5a3f5e7123344fa24a285 (patch) | |
tree | d223d410b868b80d4c0deec192d354a5d06b201a /tools/perf/scripts/python/bin/syscall-counts-record | |
parent | x86, acpi: Parse all SRAT cpu entries even above the cpu number limitation (diff) | |
parent | Linux 2.6.37-rc8 (diff) | |
download | linux-dev-bc030d6cb9532877c1c5a3f5e7123344fa24a285.tar.xz linux-dev-bc030d6cb9532877c1c5a3f5e7123344fa24a285.zip |
Merge commit 'v2.6.37-rc8' into x86/apic
Conflicts:
arch/x86/include/asm/io_apic.h
Merge reason: move to a fresh -rc, resolve the conflict.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 $@ |