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