mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +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
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|