summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmcstat
Commit message (Expand)AuthorAgeFilesLines
* When an asm location cannot be resolved to a function the costfabient2010-09-034-0/+6
* - Do not use the runtime mask when logfile is specified.fabient2010-08-033-4/+12
* Allow file as a top source, it works with socket now.fabient2010-08-032-72/+90
* Fix the calltree top view that incorrectly filter out some nodes.fabient2010-08-021-2/+8
* Fix warnings found by Coverity.fabient2010-06-053-4/+8
* Rework the calltree top view by critical callchain.fabient2010-05-071-86/+104
* Exclude undefined symbol from ELF file when doing function resolve.fabient2010-05-061-0/+2
* Apply threshold filter to root node in calltree view.fabient2010-04-211-5/+10
* Move fatal error at the right place.fabient2010-04-143-2/+4
* mdoc: order prologue macros consistently by Dd/Dt/Osuqs2010-04-141-1/+1
* Improve "top" header by:fabient2010-04-024-13/+59
* Wait for pmc name in the log before displaying data.fabient2010-03-281-5/+8
* Do not overflow the term in the case of multi-line display.fabient2010-03-261-4/+7
* Change the way shutdown is handled for log file.fabient2010-03-081-3/+1
* Bug fixed:fabient2010-03-053-2/+5
* Fixed dependencies (make checkdpadd).ru2010-02-251-1/+1
* - Reorganize code in 'plugin' to share log processing.fabient2010-02-1115-1220/+3670
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* Catch up with the times: "mozilla" -> "firefox".jkoshy2009-06-021-2/+2
* Close the read side of the pipe to self when exiting.jkoshy2008-12-231-0/+3
* Add the -m option to pmcstat.attilio2008-11-254-11/+69
* As a matter of good programming style, stop PMCs before releasingjkoshy2008-11-191-0/+3
* - Avoid a spurious error when a command line is specified withoutjkoshy2008-10-072-5/+6
* Bring the usage message in sync with the manual page.jkoshy2008-09-191-1/+2
* Add an example illustrating the use sleep(1) for performing timedjkoshy2008-09-191-2/+7
* Fix a regression: attach process PMCs to the process created whenjkoshy2008-07-011-2/+2
* Document messages printed in verbose mode.jkoshy2008-06-291-2/+36
* Fix 'make checkdpadd'.jkoshy2008-02-221-1/+1
* Fix non-SMP kernel regression introduced in the previous commit.jkim2008-01-101-4/+7
* Introduce pmcstat(8) changes for summarizing hwpmc(4) callchain records injkoshy2007-12-075-209/+1075
* When printing the contents of a HWPMC log in human readable form:jkoshy2007-12-031-3/+8
* Fixed "make checkdpadd" (missing library dependencies).ru2007-10-011-1/+1
* MFP4: Enhancements to pmcstat(8):jkoshy2007-04-274-69/+184
* MFP4: Enhancements and bug-fixes to pmcstat(8):jkoshy2007-04-223-126/+224
* Correct a sanity check.jkoshy2007-04-211-1/+1
* Markup fixes.ru2006-09-291-4/+5
* Line up usage output.ru2006-09-291-1/+1
* When printing a map, print the number of samples recorded by each gmon.out file.jkoshy2006-04-051-5/+18
* - Teach pmcstat(8) to log over the network; the -O option nowjkoshy2006-04-023-24/+107
* MFP4: Support for profiling dynamically loaded objects.jkoshy2006-03-264-447/+986
* When generating profiles (-g) warn about shared objects that werejkoshy2005-12-251-4/+12
* - Don't print an errno string when reporting dropped samples.jkoshy2005-12-241-3/+4
* Warn the user if the kernel driver dropped samples or ran out of event buffersjkoshy2005-10-211-2/+27
* Handle 32 bit executables better on AMD64 platforms.jkoshy2005-10-181-30/+69
* Document pmcstat's inability to handle 32 bit executables on thejkoshy2005-10-181-0/+4
* Determine where the runtime loader got mapped to when a dynamicallyjkoshy2005-09-141-85/+119
* Fix a bug that caused generated gmon.out profiles to be out ofjkoshy2005-09-131-10/+31
* Improve an error message.jkoshy2005-09-051-2/+2
* Correctly print system-wide PMC counts for short-lived command lines.jkoshy2005-08-041-0/+3
OpenPOWER on IntegriCloud