aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/pmc_mdep.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* hwpmc: use kstack_contains()Mitchell Horne2023-05-061-4/+2
* hwpmc: trim obsolete Intel CPU and class defsMitchell Horne2023-05-061-4/+0
* hwpmc: ABI fixesMatt Macy2018-06-041-1/+0
* hwpmc: remove unused pre-table driven bits for intelMatt Macy2018-05-311-12/+0
* Fix PMC_IN_TRAP_HANDLER() for i386 after the 4/4 split.Konstantin Belousov2018-05-131-2/+2
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()Konstantin Belousov2015-07-021-2/+1
* Add software PMC support.Fabien Thomas2012-03-281-10/+19
* - Support for uncore counting events: one fixed PMC with the uncoreFabien Thomas2010-04-021-1/+10
* Adjust the handling of the local APIC PMC interrupt vector:John Baldwin2009-08-141-1/+0
* - Add support for PMCs in Intel CPUs of Family 6, model 0xE (Core SoloJoseph Koshy2008-11-271-6/+11
* - Separate PMC class dependent code from other kinds of machineJoseph Koshy2008-11-091-0/+28
* Correct a callchain capture bug on the i386.Joseph Koshy2008-09-151-2/+20
* Correct a copy-paste error---do not look for REX prefixes in i386 code.Joseph Koshy2008-09-051-2/+2
* Kernel and hwpmc(4) support for callchain capture.Joseph Koshy2007-12-071-0/+27
* MFP4:Joseph Koshy2005-06-091-146/+38
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.Joseph Koshy2005-05-011-0/+3
* Return the correct register number in the 'get_msr()' MD function.Joseph Koshy2005-04-281-0/+3
* o Reverse the inclusion chain from MD->MI to MI->MD by removing theMarcel Moolenaar2005-04-201-1/+2
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy2005-04-191-0/+184