aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmcstat
Commit message (Expand)AuthorAgeFilesLines
* Catch up with the times: "mozilla" -> "firefox".Joseph Koshy2009-06-021-2/+2
* 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-254-11/+69
* 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-072-5/+6
* Bring the usage message in sync with the manual page.Joseph Koshy2008-09-191-1/+2
* Add an example illustrating the use sleep(1) for performing timedJoseph Koshy2008-09-191-2/+7
* Fix a regression: attach process PMCs to the process created whenJoseph Koshy2008-07-011-2/+2
* Document messages printed in verbose mode.Joseph Koshy2008-06-291-2/+36
* Fix 'make checkdpadd'.Joseph Koshy2008-02-221-1/+1
* 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-075-209/+1075
* When printing the contents of a HWPMC log in human readable form:Joseph Koshy2007-12-031-3/+8
* Fixed "make checkdpadd" (missing library dependencies).Ruslan Ermilov2007-10-011-1/+1
* MFP4: Enhancements to pmcstat(8):Joseph Koshy2007-04-274-69/+184
* MFP4: Enhancements and bug-fixes to pmcstat(8):Joseph Koshy2007-04-223-126/+224
* Correct a sanity check.Joseph Koshy2007-04-211-1/+1
* Markup fixes.Ruslan Ermilov2006-09-291-4/+5
* Line up usage output.Ruslan Ermilov2006-09-291-1/+1
* When printing a map, print the number of samples recorded by each gmon.out file.Joseph Koshy2006-04-051-5/+18
* - Teach pmcstat(8) to log over the network; the -O option nowJoseph Koshy2006-04-023-24/+107
* MFP4: Support for profiling dynamically loaded objects.Joseph Koshy2006-03-264-447/+986
* When generating profiles (-g) warn about shared objects that wereJoseph Koshy2005-12-251-4/+12
* - 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
* Handle 32 bit executables better on AMD64 platforms.Joseph Koshy2005-10-181-30/+69
* Document pmcstat's inability to handle 32 bit executables on theJoseph Koshy2005-10-181-0/+4
* Determine where the runtime loader got mapped to when a dynamicallyJoseph Koshy2005-09-141-85/+119
* Fix a bug that caused generated gmon.out profiles to be out ofJoseph Koshy2005-09-131-10/+31
* 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 spelling error in sample command.Robert Watson2005-07-131-1/+1
* Fix a bug that affected on-the-fly gmon.out file generation.Joseph Koshy2005-07-093-12/+9
* Add examples illustrating how to record system-wide profiles andJoseph Koshy2005-07-011-3/+18
* Unbreak tinderbox builds. Remove a debug printf.Joseph Koshy2005-07-011-14/+12
* MFP4:Joseph Koshy2005-06-305-349/+1604
* - Tidy markup. [1]Joseph Koshy2005-06-241-31/+22
* MFP4:Joseph Koshy2005-06-092-125/+525
* 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
* Remove superfluous CFLAGS additions. Make 'make checkdpadd' work.Joseph Koshy2005-04-191-4/+2
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy2005-04-193-0/+941