Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Mar 24-27, 2025, special US time zones
Register
Loading...
v4.10.11
1#!/bin/bash
2perf record -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
3
v5.4
1#!/bin/bash
2perf record -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
3