Presents a system level view of the performance data broken down by
program binary.
Sponsored by: Netflix
Differential D58923
pmc: Display system level breakdown of performance data Authored by ali_mashtizadeh.com on Tue, Aug 18, 9:43 PM. Tags None Referenced Files
Details
Diff Detail
Event TimelineComment Actions For context we worked with AMD to get Instruction Based Sampling (IBS) support into HWPMC and we are making a number of ongoing improvements. I built into the somewhat abandoned pmc command a new set of tools for collecting and analyzing pmc logs. I split the this stack of patches into the smallest set I could but to do that I've left out a lot of functionality that improves substantially over pmcstat. Major improvements:
The remaining analysis passes, DWARF resolution and graphing code was left out to make this stack of changes as small as possible. Ongoing work:
Sample output from the pmc commands: https://rcs.uwaterloo.ca/~ali/pmc-samples/ Remaining changes to upload include c2c, calltrees, dwarf debug symbols, and man pages |