diff options
Diffstat (limited to 'tools/perf/scripts/perl/bin/rw-by-file-report')
-rw-r--r-- | tools/perf/scripts/perl/bin/rw-by-file-report | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/scripts/perl/bin/rw-by-file-report b/tools/perf/scripts/perl/bin/rw-by-file-report index 1c0567516aba..eddb9ccce6a5 100644 --- a/tools/perf/scripts/perl/bin/rw-by-file-report +++ b/tools/perf/scripts/perl/bin/rw-by-file-report | |||
@@ -1,4 +1,6 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # description: r/w activity for a program, by file | ||
3 | # args: <comm> | ||
2 | perf trace -s ~/libexec/perf-core/scripts/perl/rw-by-file.pl $1 | 4 | perf trace -s ~/libexec/perf-core/scripts/perl/rw-by-file.pl $1 |
3 | 5 | ||
4 | 6 | ||