4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
|
#!/bin/bash
|
||
|
perf record -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
|
||
|
|