summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmcstat
Commit message (Expand)AuthorAgeFilesLines
* MFC r290811:jtl2016-01-144-18/+78
* MFC r280793vangyzen2015-10-022-2/+8
* MFC 283613,287374:jhb2015-09-292-30/+21
* MFC: r282866hiren2015-06-021-1/+2
* MFC 282643:jhb2015-06-012-30/+36
* MFC r273737, 273739bapt2014-11-031-1/+7
* MFC r266903: Update default callchain depth to 16 to match kernelemaste2014-06-061-1/+1
* MFC: 266209gnn2014-05-303-3/+51
* MFC r266208: Speed up pmcstat by improving string hashemaste2014-05-231-3/+3
* Merged r262424-262425,265085scottl2014-05-077-4/+205
* More -Wmissing-variable-declarations fixes.ed2012-10-194-16/+15
* Add -m option (for printing sampled PCs to a file) to pmcstat usagejimharris2012-08-221-0/+1
* Remove spurious ARM symbols from lookup table.fabient2012-06-061-0/+8
* Don't crash trying to load symbols from striped file.glebius2012-06-051-0/+2
* Minor spelling fixes.joel2012-06-031-1/+1
* Add software PMC support.fabient2012-03-281-0/+15
* - Support inlined location in calltree output.fabient2012-03-282-241/+402
* mdoc: correct .Bd/.Bl arguments.joel2012-03-261-1/+1
* Fix base vaddr detection for ELF binaries. PT_LOAD with offset 0 is notgonzo2012-03-221-2/+2
* Fix warning when compiling with gcc46:eadler2012-01-201-2/+1
* Spelling fixes for usr.sbin/uqs2011-12-304-4/+4
* KNFobrien2011-11-151-16/+17
* Improve the chances of matching an outputted string with the line of code.obrien2011-11-154-122/+151
* - fix duplicate "a a" in some commentseadler2011-11-131-1/+1
* Two bugs fixed:fabient2011-11-011-2/+4
* Add a flush of the current PMC log buffer before displaying the next top.fabient2011-10-182-9/+11
* Convert pmcstat about using cpuset_t rather than relying on plain 32 bitattilio2011-08-073-74/+81
* pmcstat, pmccontrol: catch up with removal of machdep.hlt_cpus sysctlavg2011-07-151-10/+2
* Remove duplicated header fileskevlo2011-06-241-1/+0
* 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
OpenPOWER on IntegriCloud