aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc/hwpmc_uncore.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* hwpmc: tidy pcd_finalize methodsMitchell Horne2023-10-181-0/+4
* pmc: better distinguish pmu-events allocation pathMitchell Horne2023-09-031-0/+6
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* hwpmc: pass pmc pointer to more class methodsMitchell Horne2023-05-061-54/+8
* hwpmc: don't use deprecated copystr(9)Mitchell Horne2023-05-061-14/+2
* hwpmc: remove remaining UCP event definitionsMitchell Horne2023-05-061-21/+0
* hwpmc: purge EOL release compatibilityElliott Mitchell2022-09-081-4/+0
* hwpmc: Skip GLOBAL_CTRL updates on stop_pmc().Alexander Motin2022-06-021-4/+2
* hwpmc: Bump Intel's IA32_PERFEVTSELx width to 64 bits.Alexander Motin2022-06-021-1/+1
* hwpmc: Remove always zero pc_resync field.Alexander Motin2022-06-011-21/+8
* hwpmc: Fix amd/arm64/armv7/uncore sampling overflow raceJessica Clarke2022-01-101-0/+4
* hwpmc: don't validate capabilities in allocation methodMitchell Horne2021-08-301-11/+2
* hwpmc: consistently validate PMC class in allocation methodMitchell Horne2021-08-301-0/+3
* hwpmc: mostly clean up cc --analyzeMateusz Guzik2021-07-151-3/+1
* 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