- https://twitter.com/eatonphil/status/1764992041602187296 - https://github.com/4rtzel/tfg Generate a perf: ``` dd if=/dev/zero of=/dev/null ``` then ``` perf record -g -a -- sleep 1 perf script > perf.stack ```