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