diff options
Diffstat (limited to 'tools/perf/scripts/perl/bin/rw-by-file-record')
-rw-r--r-- | tools/perf/scripts/perl/bin/rw-by-file-record | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/scripts/perl/bin/rw-by-file-record b/tools/perf/scripts/perl/bin/rw-by-file-record new file mode 100644 index 00000000000..b25056ebf96 --- /dev/null +++ b/tools/perf/scripts/perl/bin/rw-by-file-record @@ -0,0 +1,2 @@ +#!/bin/bash +perf record -c 1 -f -a -M -R -e syscalls:sys_enter_read -e syscalls:sys_enter_write |