diff options
author | Ingo Molnar <mingo@elte.hu> | 2010-08-02 10:28:08 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-08-02 10:28:08 +0400 |
commit | 9fc3af467d0749989518a23f7289a6f44e5cb214 (patch) | |
tree | d9d7e6be11a12fac94a00175c95b246744bb4f6d /tools/perf/scripts/python/bin/sched-migration-report | |
parent | d65a458b348cd458413b3cfec66e43ebd0367646 (diff) | |
parent | cc05152ab72d7a65e6ea97d286af4f878c8f7371 (diff) | |
download | linux-9fc3af467d0749989518a23f7289a6f44e5cb214.tar.xz |
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-report')
-rw-r--r-- | tools/perf/scripts/python/bin/sched-migration-report | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/scripts/python/bin/sched-migration-report b/tools/perf/scripts/python/bin/sched-migration-report new file mode 100644 index 000000000000..61d05f72e443 --- /dev/null +++ b/tools/perf/scripts/python/bin/sched-migration-report @@ -0,0 +1,3 @@ +#!/bin/bash +# description: sched migration overview +perf trace $@ -s ~/libexec/perf-core/scripts/python/sched-migration.py |