aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/sched-migration-record
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2010-11-10 08:08:20 -0600
committerTom Zanussi <tom.zanussi@linux.intel.com>2010-11-10 08:08:20 -0600
commitb0b6d914e2b7e0a736635515e87be718050c17c8 (patch)
treeb71356143a1efcd589db987fa4bbb88977376241 /tools/perf/scripts/python/bin/sched-migration-record
parentperf trace scripting: fix some small memory leaks and missing error checks (diff)
downloadlinux-dev-b0b6d914e2b7e0a736635515e87be718050c17c8.tar.xz
linux-dev-b0b6d914e2b7e0a736635515e87be718050c17c8.zip
perf trace scripting: remove system-wide param from shell scripts
Including -a unconditionally when recording doesn't allow for the option of running scripts without it. Future patches will add add it back if needed at run-time. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Acked-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/sched-migration-record')
-rw-r--r--tools/perf/scripts/python/bin/sched-migration-record2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/bin/sched-migration-record b/tools/perf/scripts/python/bin/sched-migration-record
index 17a3e9bd9e8f..7493fddbe995 100644
--- a/tools/perf/scripts/python/bin/sched-migration-record
+++ b/tools/perf/scripts/python/bin/sched-migration-record
@@ -1,2 +1,2 @@
#!/bin/bash
-perf record -m 16384 -a -e sched:sched_wakeup -e sched:sched_wakeup_new -e sched:sched_switch -e sched:sched_migrate_task $@
+perf record -m 16384 -e sched:sched_wakeup -e sched:sched_wakeup_new -e sched:sched_switch -e sched:sched_migrate_task $@