aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmcstat/pmcstat.c
Commit message (Expand)AuthorAgeFilesLines
...
* Two bugs fixed:Fabien Thomas2011-11-011-2/+4
* Add a flush of the current PMC log buffer before displaying the next top.Fabien Thomas2011-10-181-8/+10
* Convert pmcstat about using cpuset_t rather than relying on plain 32 bitAttilio Rao2011-08-071-69/+76
* pmcstat, pmccontrol: catch up with removal of machdep.hlt_cpus sysctlAndriy Gapon2011-07-151-10/+2
* - Do not use the runtime mask when logfile is specified.Fabien Thomas2010-08-031-0/+8
* Allow file as a top source, it works with socket now.Fabien Thomas2010-08-031-47/+34
* Fix warnings found by Coverity.Fabien Thomas2010-06-051-1/+2
* Bug fixed:Fabien Thomas2010-03-051-0/+3
* - Reorganize code in 'plugin' to share log processing.Fabien Thomas2010-02-111-81/+205
* Close the read side of the pipe to self when exiting.Joseph Koshy2008-12-231-0/+3
* Add the -m option to pmcstat.Attilio Rao2008-11-251-2/+24
* As a matter of good programming style, stop PMCs before releasingJoseph Koshy2008-11-191-0/+3
* - Avoid a spurious error when a command line is specified withoutJoseph Koshy2008-10-071-2/+3
* Bring the usage message in sync with the manual page.Joseph Koshy2008-09-191-1/+2
* Fix a regression: attach process PMCs to the process created whenJoseph Koshy2008-07-011-2/+2
* Fix non-SMP kernel regression introduced in the previous commit.Jung-uk Kim2008-01-101-4/+7
* Introduce pmcstat(8) changes for summarizing hwpmc(4) callchain records inJoseph Koshy2007-12-071-29/+92
* MFP4: Enhancements to pmcstat(8):Joseph Koshy2007-04-271-49/+148
* MFP4: Enhancements and bug-fixes to pmcstat(8):Joseph Koshy2007-04-221-108/+189
* Correct a sanity check.Joseph Koshy2007-04-211-1/+1
* Line up usage output.Ruslan Ermilov2006-09-291-1/+1
* - Teach pmcstat(8) to log over the network; the -O option nowJoseph Koshy2006-04-021-11/+6
* MFP4: Support for profiling dynamically loaded objects.Joseph Koshy2006-03-261-17/+86
* - Don't print an errno string when reporting dropped samples.Joseph Koshy2005-12-241-3/+4
* Warn the user if the kernel driver dropped samples or ran out of event buffersJoseph Koshy2005-10-211-2/+27
* Improve an error message.Joseph Koshy2005-09-051-2/+2
* Correctly print system-wide PMC counts for short-lived command lines.Joseph Koshy2005-08-041-0/+3
* Sync usage message with the code and manual page.Joseph Koshy2005-07-231-0/+1
* Fix a bug that affected on-the-fly gmon.out file generation.Joseph Koshy2005-07-091-6/+5
* MFP4:Joseph Koshy2005-06-301-347/+214
* MFP4:Joseph Koshy2005-06-091-114/+476
* Neaten usage message.Joseph Koshy2005-05-021-1/+1
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.Joseph Koshy2005-05-011-11/+11
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy2005-04-191-0/+728