Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / tools / perf / scripts / perl / bin / rw-by-file-report
diff --git a/kernel/tools/perf/scripts/perl/bin/rw-by-file-report b/kernel/tools/perf/scripts/perl/bin/rw-by-file-report
new file mode 100644 (file)
index 0000000..77200b3
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/bash
+# description: r/w activity for a program, by file
+# args: <comm>
+if [ $# -lt 1 ] ; then
+    echo "usage: rw-by-file <comm>"
+    exit
+fi
+comm=$1
+shift
+perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-file.pl $comm