Skip to content

Instantly share code, notes, and snippets.

@nyrahul
Created April 24, 2019 06:25
Show Gist options
  • Select an option

  • Save nyrahul/f88a0a80940f9b2a56e232b543ded276 to your computer and use it in GitHub Desktop.

Select an option

Save nyrahul/f88a0a80940f9b2a56e232b543ded276 to your computer and use it in GitHub Desktop.
Perf record with single symbol reporting from multiple threads
perf record --call-graph dwarf -p PID
perf report --call-graph=graph,0.001,calle,function,percent --sort=symbol
perf report --call-graph=graph,0.001,calle,function,count --sort=symbol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment