aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmcstat
Commit message (Expand)AuthorAgeFilesLines
* Extract a set of pmcstat functions and interfaces to the new internalRuslan Bukin2017-10-2410-1899/+51
* Fix off by one in calculation of the number of buckets for the pcKonstantin Belousov2017-08-041-2/+2
* pmcstat(8); unsign some allocation variables and use reallocarray(3).Pedro F. Giffuni2017-04-222-10/+10
* Remove an unused field from struct pmcstat_image.Mark Johnston2016-10-151-1/+0
* Just remove freeing memory in pmcstat_cleanup, since we only clean upStephen J. Kiernan2016-10-071-17/+27
* Make code compile when basename() is POSIX compliant.Ed Schouten2016-05-251-4/+8
* pmcstat: minor spelling fixes.Pedro F. Giffuni2016-05-012-2/+2
* Fix the date on the pmcstat(8) man page from r291016.Jonathan T. Looney2015-11-181-1/+1
* Support a wider history counter in pmcstat(8) gmon outputJonathan T. Looney2015-11-184-14/+64
* Change the driver stats to what they really are: unsigned values.Jonathan T. Looney2015-11-161-4/+14
* Fix for r288176 changes related to debug symbols move.Fabien Thomas2015-10-081-4/+15
* Fix an off by one error in r283613: Like regular ffs(), CPU_FFS() returnsJohn Baldwin2015-09-011-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+23
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-274-36/+50
| |\
| * \ Merge from head@274682Simon J. Gerraty2014-11-191-2/+8
| |\ \
| * \ \ Merge head from 7/28Simon J. Gerraty2014-08-196-12/+59
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | | Merge from headSimon J. Gerraty2014-05-082-2/+18
| |\ \ \ \
| * \ \ \ \ Merge headSimon J. Gerraty2014-04-286-3/+188
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | Sync from headSimon J. Gerraty2012-11-045-17/+27
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+25
* | | | | | | | Use the cpuset API more consistently:John Baldwin2015-05-272-30/+21
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix pmcstat symbol resolution for userland processes.Stanislav Sedov2015-05-131-1/+2
* | | | | | | Fix the double space in comment.Stanislav Sedov2015-05-091-1/+3
* | | | | | | Use the kern.bootfile sysctl to set the default kernel path rather thanJohn Baldwin2015-05-082-30/+36
* | | | | | | pmcstat.8: fix -a flag description; improve -m flag to matchEric van Gyzen2015-03-282-3/+9
* | | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix renderingBaptiste Daroussin2014-10-271-2/+1
* | | | | | Clarify the documentation of pmcstat:Baptiste Daroussin2014-10-271-1/+8
* | | | | | mdoc: kill EOL whitespace.Joel Dahl2014-07-291-1/+1
| |_|_|_|/ |/| | | |
* | | | | Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-171-2/+2
* | | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
* | | | | Update default callchain depth to 16 to match kernelEd Maste2014-05-301-1/+1
* | | | | Update the date on the manual page.George V. Neville-Neil2014-05-181-1/+1
* | | | | Add a command line argument (-l) to end event collection after someGeorge V. Neville-Neil2014-05-163-3/+51
* | | | | Speed up pmcstat by improving string hashEd Maste2014-05-161-3/+3
| |_|_|/ |/| | |
* | | | Fix formatting of the -a option in usage() to be consistent.Scott Long2014-04-291-1/+1
* | | | Document the -a option that was added in r262424.Scott Long2014-04-291-1/+17
| |_|/ |/| |
* | | Add correct attributions.Adrian Chadd2014-02-242-0/+2
* | | Add a new option - 'a <file>' - which spits out annotated callgraphs.Adrian Chadd2014-02-246-3/+186
| |/ |/|
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-194-16/+15
* | Add -m option (for printing sampled PCs to a file) to pmcstat usageJim Harris2012-08-221-0/+1
* | Remove spurious ARM symbols from lookup table.Fabien Thomas2012-06-061-0/+8
* | Don't crash trying to load symbols from striped file.Gleb Smirnoff2012-06-051-0/+2
* | Minor spelling fixes.Joel Dahl2012-06-031-1/+1
|/
* Add software PMC support.Fabien Thomas2012-03-281-0/+15