Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
linux-shallow
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Insights
linux-shallow
/
tools
/
perf
/
scripts
/
perl
/
bin
/
rw-by-file-record
Text
·
83 B
·
33efc86
Raw
4 lines · plain
1
#!/bin/bash
2
perf record -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
3
4