3 lines
78 B
Text
3 lines
78 B
Text
|
#!/bin/bash
|
||
|
perf record -a -e kmem:kmalloc -e irq:softirq_entry -e kmem:kfree
|