Created
April 24, 2019 06:25
-
-
Save nyrahul/f88a0a80940f9b2a56e232b543ded276 to your computer and use it in GitHub Desktop.
Perf record with single symbol reporting from multiple threads
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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