3 lines
96 B
Plaintext
3 lines
96 B
Plaintext
|
#!/bin/bash
|
||
|
perf record -c 1 -f -a -M -R -e syscalls:sys_enter_read -e syscalls:sys_enter_write
|