Home | History | Annotate | Download | only in bin
      1 #!/bin/bash
      2 perf record -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
      3 
      4