mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
8 lines
83 B
Text
8 lines
83 B
Text
|
#!/bin/bash
|
||
|
perf record -c 1 -f -a -M -R -e kmem:kmalloc -e irq:softirq_entry
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|