1. # git clone https://github.com/brendangregg/FlameGraph
    2. # cd FlameGraph
    3. # perf record -F 49 -ag -- sleep 30
    4. # perf script --header | ./stackcollapse-perf.pl | ./flamegraph.pl > flame1.svg