Cross Reference: rw-by-file-record
xref
: /
linux-4.1.27
/
tools
/
perf
/
scripts
/
perl
/
bin
/
rw-by-file-record
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/linux-4.1.27/tools/perf/scripts/perl/bin/
1
#!/
bin
/
bash
2
perf
record
-e
syscalls
:
sys_enter_read
-e
syscalls
:
sys_enter_write
$@
3
4