Skip to content

Instantly share code, notes, and snippets.

Avatar

Brendan Gregg brendangregg

View GitHub Profile
@trevnorris
trevnorris / perf-flame-graph-notes.md
Last active April 3, 2023 02:39
Quick steps of how to create a flame graph using perf
View perf-flame-graph-notes.md

The prep-script.sh will setup the latest Node and install the latest perf version on your Linux box.

When you want to generate the flame graph, run the following (folder locations taken from install script):

sudo sysctl kernel.kptr_restrict=0
# May also have to do the following:
# (additional reading http://unix.stackexchange.com/questions/14227/do-i-need-root-admin-permissions-to-run-userspace-perf-tool-perf-events-ar )
sudo sysctl kernel.perf_event_paranoid=0