summaryrefslogtreecommitdiff
path: root/usr.sbin/pmccontrol/pmccontrol.c
Commit message (Expand)AuthorAgeFilesLines
* restore pmccontrol -L behavior on x86Matt Macy2018-09-241-0/+9
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use macro MAX() from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* pmccontrol(8): Replace malloc() + memset() with calloc()Pedro F. Giffuni2015-02-221-3/+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
* Ignore absent CPUs when listing the current state of PMC hardware.Joseph Koshy2008-11-161-1/+4
* 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
* 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
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy2005-04-191-0/+476