mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
3 lines
149 B
Text
3 lines
149 B
Text
|
#!/bin/bash
|
||
|
perf record -c 1 -f -a -M -R -e syscalls:sys_enter_read -e syscalls:sys_exit_read -e syscalls:sys_enter_write -e syscalls:sys_exit_write
|