Technotes

Technotes for future me

Perf

CLI Usage

perf top             # Shows incomplete details!!!
perf top -a          # Shows usage per symbol on all CPUs
perf top -a -g       # Shows usage with call-graphs on everything

perf top -a -ns comm,dso    # Show usage per process+symbol tuples
Last updated on 31 Jan 2021
Published on 25 Dec 2019
Edit on GitHub