aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmcstat/pmcstat_log.c
Commit message (Expand)AuthorAgeFilesLines
* Speed up pmcstat by improving string hashEd Maste2014-05-161-3/+3
* Add a new option - 'a <file>' - which spits out annotated callgraphs.Adrian Chadd2014-02-241-0/+6
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-4/+4
* 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
* Add software PMC support.Fabien Thomas2012-03-281-0/+15
* - Support inlined location in calltree output.Fabien Thomas2012-03-281-6/+15
* Fix base vaddr detection for ELF binaries. PT_LOAD with offset 0 is notOleksandr Tymoshenko2012-03-221-2/+2
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* 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-151-33/+38
* Add a flush of the current PMC log buffer before displaying the next top.Fabien Thomas2011-10-181-1/+1
* Convert pmcstat about using cpuset_t rather than relying on plain 32 bitAttilio Rao2011-08-071-1/+2
* When an asm location cannot be resolved to a function the costFabien Thomas2010-09-031-0/+1
* - Do not use the runtime mask when logfile is specified.Fabien Thomas2010-08-031-4/+3
* Allow file as a top source, it works with socket now.Fabien Thomas2010-08-031-25/+56
* Fix warnings found by Coverity.Fabien Thomas2010-06-051-0/+1
* Exclude undefined symbol from ELF file when doing function resolve.Fabien Thomas2010-05-061-0/+2
* Move fatal error at the right place.Fabien Thomas2010-04-141-2/+0
* Improve "top" header by:Fabien Thomas2010-04-021-13/+47
* Wait for pmc name in the log before displaying data.Fabien Thomas2010-03-281-5/+8
* Change the way shutdown is handled for log file.Fabien Thomas2010-03-081-3/+1
* - Reorganize code in 'plugin' to share log processing.Fabien Thomas2010-02-111-1113/+589
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* Add the -m option to pmcstat.Attilio Rao2008-11-251-9/+30
* Introduce pmcstat(8) changes for summarizing hwpmc(4) callchain records inJoseph Koshy2007-12-071-171/+915
* When printing the contents of a HWPMC log in human readable form:Joseph Koshy2007-12-031-3/+8
* 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-021-6/+67
* MFP4: Support for profiling dynamically loaded objects.Joseph Koshy2006-03-261-417/+854
* When generating profiles (-g) warn about shared objects that wereJoseph Koshy2005-12-251-4/+12
* Handle 32 bit executables better on AMD64 platforms.Joseph Koshy2005-10-181-30/+69
* 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
* Fix a bug that affected on-the-fly gmon.out file generation.Joseph Koshy2005-07-091-5/+3
* Unbreak tinderbox builds. Remove a debug printf.Joseph Koshy2005-07-011-14/+12
* MFP4:Joseph Koshy2005-06-301-0/+1255