repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
tools
/
perf
/
scripts
/
perl
/
bin
/
rw-by-file-report
blob
77200b3f31003c7bd8c3a137106f461223b67a43
1
#!/bin/bash
2
# description: r/w activity for a program, by file
3
# args: <comm>
4
if
[
$#
-lt
1
] ;
then
5
echo
"usage: rw-by-file <comm>"
6
exit
7
fi
8
comm
=
$1
9
shift
10
perf
script
$@
-s
"
$PERF_EXEC_PATH
"
/
script
s
/
perl
/
rw-by-file.pl
$comm