mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-08-15 14:36:44 +02:00
4 lines
83 B
Bash
4 lines
83 B
Bash
#!/bin/bash
|
|
perf record -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
|
|
|