aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmcstat/pmcpl_calltree.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Extract a set of pmcstat functions and interfaces to the new internalRuslan Bukin2017-10-241-1/+7
* pmcstat(8); unsign some allocation variables and use reallocarray(3).Pedro F. Giffuni2017-04-221-6/+6
* pmcstat: minor spelling fixes.Pedro F. Giffuni2016-05-011-1/+1
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-3/+3
* - Support inlined location in calltree output.Fabien Thomas2012-03-281-235/+387
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Improve the chances of matching an outputted string with the line of code.David E. O'Brien2011-11-151-1/+2
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* When an asm location cannot be resolved to a function the costFabien Thomas2010-09-031-0/+2
* Fix the calltree top view that incorrectly filter out some nodes.Fabien Thomas2010-08-021-2/+8
* Fix warnings found by Coverity.Fabien Thomas2010-06-051-3/+5
* Rework the calltree top view by critical callchain.Fabien Thomas2010-05-071-86/+104
* Apply threshold filter to root node in calltree view.Fabien Thomas2010-04-211-5/+10
* Improve "top" header by:Fabien Thomas2010-04-021-0/+9
* Do not overflow the term in the case of multi-line display.Fabien Thomas2010-03-261-4/+7
* Bug fixed:Fabien Thomas2010-03-051-1/+1
* - Reorganize code in 'plugin' to share log processing.Fabien Thomas2010-02-111-0/+1000