Linux Audio

Check our new training course

Yocto distribution development and maintenance

Need a Yocto distribution for your embedded project?
Loading...
v6.13.7
1#!/bin/bash
2perf record -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
3
v5.14.15
1#!/bin/bash
2perf record -e syscalls:sys_enter_read -e syscalls:sys_enter_write $@
3