Linux Audio

Check our new training course

Linux BSP upgrade and security maintenance

Need help to get security updates for your Linux BSP?
Loading...
v6.2
1#!/bin/bash
2perf record -a -e kmem:kmalloc -e irq:softirq_entry -e kmem:kfree
v6.8
1#!/bin/bash
2perf record -a -e kmem:kmalloc -e irq:softirq_entry -e kmem:kfree