aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/perl/bin/failed-syscalls-record
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2010-04-15 09:13:26 +0200
committerIngo Molnar <mingo@elte.hu>2010-04-15 09:13:26 +0200
commit84b13fd596522db47f9545d5124c30cc00dfdf5a (patch)
treec1f51b8fe43a59fb56ea43a18da88c0d0812dd7d /tools/perf/scripts/perl/bin/failed-syscalls-record
parentperf: Make the trace events sample period default to 1 (diff)
parentperf trace: Invoke live mode automatically if record/report not specified (diff)
downloadlinux-dev-84b13fd596522db47f9545d5124c30cc00dfdf5a.tar.xz
linux-dev-84b13fd596522db47f9545d5124c30cc00dfdf5a.zip
Merge branch 'perf/live' into perf/core
Conflicts: tools/perf/builtin-record.c Merge reason: add the live tracing feature, resolve conflict. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/scripts/perl/bin/failed-syscalls-record')
-rw-r--r--tools/perf/scripts/perl/bin/failed-syscalls-record2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/perl/bin/failed-syscalls-record b/tools/perf/scripts/perl/bin/failed-syscalls-record
index f8885d389e6f..6ad9b8f5f009 100644
--- a/tools/perf/scripts/perl/bin/failed-syscalls-record
+++ b/tools/perf/scripts/perl/bin/failed-syscalls-record
@@ -1,2 +1,2 @@
#!/bin/bash
-perf record -c 1 -f -a -M -R -e raw_syscalls:sys_exit
+perf record -c 1 -f -a -M -R -e raw_syscalls:sys_exit $@