perf采样火焰图

火焰图

1
2
3
4
perf record -e cpu-clock -g -p `pidof xxx`
perf script -i perf.data &> perf.unfold
/mnt/sda1/software/Perf/FlameGraph/stackcollapse-perf.pl perf.unfold &> perf.folded
/mnt/sda1/software/Perf/FlameGraph/flamegraph.pl perf.folded > perf.svg

perf采样火焰图
https://fuhongcui.github.io/posts/c7467172/
作者
WhiteGive
发布于
2025年3月18日
许可协议