summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmcstat/pmcpl_callgraph.c
Commit message (Collapse)AuthorAgeFilesLines
* When an asm location cannot be resolved to a function the costfabient2010-09-031-0/+2
| | | | | | | | will be spread as small value and then filtered by the threshold. As a first step solution display the number of event that cannot be resolved as a valid function location. MFC after: 1week
* Move fatal error at the right place.fabient2010-04-141-0/+2
| | | | | | Fix exit from top mode when checking if PMC is available. MFC after: 3 days
* Improve "top" header by:fabient2010-04-021-0/+1
| | | | | - Display sample received per PMCs (or merged PMCs). - Display percentage vs all samples
* Bug fixed:fabient2010-03-051-1/+1
| | | | | | | | - no display on serial terminal in top mode. - display alignment for continuation string. - correct invalid value used for display limit. MFC after: 3 days
* - Reorganize code in 'plugin' to share log processing.fabient2010-02-111-0/+682
- Kcachegrind (calltree) support with assembly/source code mapping and call count estimator (-F). - Top mode for calltree and callgraph plugin (-T). MFC after: 1 month
OpenPOWER on IntegriCloud