Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linux
[pandora-kernel.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