aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/sched-migration-record
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2010-08-02 08:28:08 +0200
committerIngo Molnar <mingo@elte.hu>2010-08-02 08:28:08 +0200
commit9fc3af467d0749989518a23f7289a6f44e5cb214 (patch)
treed9d7e6be11a12fac94a00175c95b246744bb4f6d /tools/perf/scripts/python/bin/sched-migration-record
parentd65a458b348cd458413b3cfec66e43ebd0367646 (diff)
parentcc05152ab72d7a65e6ea97d286af4f878c8f7371 (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/sched-migration-record')
-rw-r--r--tools/perf/scripts/python/bin/sched-migration-record2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/scripts/python/bin/sched-migration-record b/tools/perf/scripts/python/bin/sched-migration-record
new file mode 100644
index 00000000000..17a3e9bd9e8
--- /dev/null
+++ b/tools/perf/scripts/python/bin/sched-migration-record
@@ -0,0 +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 $@