Linux Audio

Check our new training course

Open-source upstreaming

Need help get the support for your hardware in upstream Linux?
Loading...
v4.17
1#!/bin/bash
2perf record -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
3
v4.10.11
1#!/bin/bash
2perf record -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
3