perf: Make the trace events sample period default to 1
[safe/jmp/linux-2.6] / tools / perf / scripts / perl / bin / rw-by-file-report
1 #!/bin/bash
2 # description: r/w activity for a program, by file
3 # args: <comm>
4 perf trace -s ~/libexec/perf-core/scripts/perl/rw-by-file.pl $1
5
6
7