Linux Audio

Check our new training course

Linux BSP development engineering services

Need help to port Linux and bootloaders to your hardware?
Loading...
v3.15
1#!/bin/bash
2perf record -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
3
v3.1
1#!/bin/bash
2perf record -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
3