aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmcstat
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Support inlined location in calltree output.Fabien Thomas2012-03-282-241/+402
* mdoc: correct .Bd/.Bl arguments.Joel Dahl2012-03-261-1/+1
* Fix base vaddr detection for ELF binaries. PT_LOAD with offset 0 is notOleksandr Tymoshenko2012-03-221-2/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-304-4/+4
* KNFDavid E. O'Brien2011-11-151-16/+17
* Improve the chances of matching an outputted string with the line of code.David E. O'Brien2011-11-154-122/+151
* - fix duplicate "a a" in some commentsEitan Adler2011-11-131-1/+1
* 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-182-9/+11
* Convert pmcstat about using cpuset_t rather than relying on plain 32 bitAttilio Rao2011-08-073-74/+81
* pmcstat, pmccontrol: catch up with removal of machdep.hlt_cpus sysctlAndriy Gapon2011-07-151-10/+2
* Remove duplicated header filesKevin Lo2011-06-241-1/+0
* When an asm location cannot be resolved to a function the costFabien Thomas2010-09-034-0/+6
* - Do not use the runtime mask when logfile is specified.Fabien Thomas2010-08-033-4/+12
* Allow file as a top source, it works with socket now.Fabien Thomas2010-08-032-72/+90
* 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-053-4/+8
* Rework the calltree top view by critical callchain.Fabien Thomas2010-05-071-86/+104
* Exclude undefined symbol from ELF file when doing function resolve.Fabien Thomas2010-05-061-0/+2
* Apply threshold filter to root node in calltree view.Fabien Thomas2010-04-211-5/+10
* Move fatal error at the right place.Fabien Thomas2010-04-143-2/+4
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* Improve "top" header by:Fabien Thomas2010-04-024-13/+59
* Wait for pmc name in the log before displaying data.Fabien Thomas2010-03-281-5/+8
* Do not overflow the term in the case of multi-line display.Fabien Thomas2010-03-261-4/+7
* Change the way shutdown is handled for log file.Fabien Thomas2010-03-081-3/+1
* Bug fixed:Fabien Thomas2010-03-053-2/+5
* Fixed dependencies (make checkdpadd).Ruslan Ermilov2010-02-251-1/+1
* - Reorganize code in 'plugin' to share log processing.Fabien Thomas2010-02-1115-1220/+3670
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* 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