summaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc/hwpmc_uncore.c
Commit message (Expand)AuthorAgeFilesLines
* hwpmc: remove unused pre-table driven bits for intelMatt Macy2018-05-311-381/+10
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-4/+2
* Convert hwpmc(4) debug printfs over to KTR.John Baldwin2015-05-081-24/+24
* Update the hwpmc driver to have the new type HASWELL_XEON. AlsoRandall Stewart2015-01-141-0/+4
* Fix pointer type in call to mallocEitan Adler2014-03-131-1/+1
* Move <machine/apicvar.h> to <x86/apicvar.h>.John Baldwin2014-01-231-1/+1
* Trailing whitespace cleanup along with 80 column enforcemnt.Sean Bruno2013-04-031-14/+14
* Update hwpmc to support Haswell class processors.Sean Bruno2013-03-281-24/+44
* - Add support for the Intel Sandy Bridge microarchitecture (both core and unc...Davide Italiano2012-03-011-24/+83
* Clean up a switch statement for uncore events on Westmere processors.George V. Neville-Neil2012-01-131-11/+3
* Add missing MSR programming for some events.Fabien Thomas2012-01-041-2/+38
* - Support for uncore counting events: one fixed PMC with the uncoreFabien Thomas2010-04-021-0/+1121