diff options
author | Grant Likely <[email protected]> | 2010-01-28 14:38:25 -0700 |
---|---|---|
committer | Grant Likely <[email protected]> | 2010-01-28 14:38:25 -0700 |
commit | 0ada0a73120c28cc432bcdbac061781465c2f48f (patch) | |
tree | d17cadd4ea47e25d9e48e7d409a39c84268fbd27 /tools/perf/scripts/perl/bin/rw-by-pid-report | |
parent | 6016a363f6b56b46b24655bcfc0499b715851cf3 (diff) | |
parent | 92dcffb916d309aa01778bf8963a6932e4014d07 (diff) |
Merge commit 'v2.6.33-rc5' into secretlab/test-devicetree
Diffstat (limited to 'tools/perf/scripts/perl/bin/rw-by-pid-report')
-rw-r--r-- | tools/perf/scripts/perl/bin/rw-by-pid-report | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/perf/scripts/perl/bin/rw-by-pid-report b/tools/perf/scripts/perl/bin/rw-by-pid-report new file mode 100644 index 000000000000..7f44c25cc857 --- /dev/null +++ b/tools/perf/scripts/perl/bin/rw-by-pid-report @@ -0,0 +1,6 @@ +#!/bin/bash +# description: system-wide r/w activity +perf trace -s ~/libexec/perf-core/scripts/perl/rw-by-pid.pl + + + |