aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmcstat
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge from headSimon J. Gerraty2014-05-082-2/+18
| |\ \ \ \
| * \ \ \ \ Merge headSimon J. Gerraty2014-04-286-3/+188
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | Sync from headSimon J. Gerraty2012-11-045-17/+27
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+25
* | | | | | | | Use the cpuset API more consistently:John Baldwin2015-05-272-30/+21
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix pmcstat symbol resolution for userland processes.Stanislav Sedov2015-05-131-1/+2
* | | | | | | Fix the double space in comment.Stanislav Sedov2015-05-091-1/+3
* | | | | | | Use the kern.bootfile sysctl to set the default kernel path rather thanJohn Baldwin2015-05-082-30/+36
* | | | | | | pmcstat.8: fix -a flag description; improve -m flag to matchEric van Gyzen2015-03-282-3/+9
* | | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix renderingBaptiste Daroussin2014-10-271-2/+1
* | | | | | Clarify the documentation of pmcstat:Baptiste Daroussin2014-10-271-1/+8
* | | | | | mdoc: kill EOL whitespace.Joel Dahl2014-07-291-1/+1
| |_|_|_|/ |/| | | |
* | | | | Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-171-2/+2
* | | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
* | | | | Update default callchain depth to 16 to match kernelEd Maste2014-05-301-1/+1
* | | | | Update the date on the manual page.George V. Neville-Neil2014-05-181-1/+1
* | | | | Add a command line argument (-l) to end event collection after someGeorge V. Neville-Neil2014-05-163-3/+51
* | | | | Speed up pmcstat by improving string hashEd Maste2014-05-161-3/+3
| |_|_|/ |/| | |
* | | | Fix formatting of the -a option in usage() to be consistent.Scott Long2014-04-291-1/+1
* | | | Document the -a option that was added in r262424.Scott Long2014-04-291-1/+17
| |_|/ |/| |
* | | 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