Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / tools / perf / scripts / perl / bin / rw-by-file-record
1 #!/bin/bash
2 perf record -a -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
3