3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
|
#!/bin/bash
|
||
|
perf record -c 1 -f -a -M -R -e kmem:kmalloc -e irq:softirq_entry
|