aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmccontrol
Commit message (Expand)AuthorAgeFilesLines
* restore pmccontrol -L behavior on x86Matt Macy2018-09-241-0/+9
* pmc: convert native to jsonl and track TSC value of samplesMatt Macy2018-06-071-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Use macro MAX() from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-5/+2
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync from headSimon J. Gerraty2012-11-041-11/+2
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | pmccontrol(8): Replace malloc() + memset() with calloc()Pedro F. Giffuni2015-02-221-3/+1
* | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| |
* | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
| |/ |/|
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-11/+2
|/
* In usr.sbin/pmccontrol/pmccontrol.c, fix a few warnings about formatDimitry Andric2011-12-171-2/+2
* Improve the chances of matching an outputted string with the line of code.David E. O'Brien2011-11-151-7/+10
* Fix logical_cpus_mask retrieving by using, correctly, cpuset_t.Attilio Rao2011-07-151-6/+13
* pmcstat, pmccontrol: catch up with removal of machdep.hlt_cpus sysctlAndriy Gapon2011-07-151-21/+1
* Revert r222363, as bde@ pointed out the initial solution was far moreAttilio Rao2011-05-311-1/+1
* Style fix: cast to size_t rather than u_long when comparing to sizeof()Attilio Rao2011-05-271-1/+1
* Avoid breaking strict-aliasing.Attilio Rao2011-05-101-1/+3
* Fix breakage.Attilio Rao2011-05-061-1/+1
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-8/+13
* Add code to print the number and type of the CPU that is present inGeorge V. Neville-Neil2010-10-111-0/+4
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Ignore absent CPUs when listing the current state of PMC hardware.Joseph Koshy2008-11-161-1/+4
* - Document the changed meaning of a '*' argument to option "-c".Joseph Koshy2008-11-091-7/+7
* Change the meaning of a "*" argument to option -c to mean 'allJoseph Koshy2008-11-091-7/+21
* Fix pmccontrol(8) on Intel Xeon's running in 64 bit mode.Joseph Koshy2006-02-271-1/+1
* The 'intr_bufferfull' driver statistic actually counts the numberJoseph Koshy2005-09-291-1/+1
* Tidy up the markup, fixed the HISTORY section (1).Ruslan Ermilov2005-06-241-28/+23
* Sync the usage message with the code.Joseph Koshy2005-06-241-0/+1
* MFP4:Joseph Koshy2005-06-091-10/+13
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.Joseph Koshy2005-05-011-1/+1
* Remove superfluous CFLAGS lines. Use the conditional '?=' constructJoseph Koshy2005-04-191-3/+1
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy2005-04-193-0/+625