aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc/hwpmc_x86.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Update the hwpmc driver to have the new type HASWELL_XEON. AlsoRandall Stewart2015-01-141-0/+4
* Move <machine/apicvar.h> to <x86/apicvar.h>.John Baldwin2014-01-231-1/+1
* Remove all the checks on curthread != NULL with the exception of some MDAttilio Rao2012-09-131-3/+1
* Add software PMC support.Fabien Thomas2012-03-281-1/+6
* pmc_*_initialize may return NULL if the CPU is not supported, so checkEd Maste2012-01-281-1/+1
* Use a better check for a valid kernel stack address when capturingJoseph Koshy2009-12-031-2/+3
* Fix parenthesis typo -- copy full frame pointer for userland callchain,Ed Maste2009-12-011-1/+1
* Adjust the handling of the local APIC PMC interrupt vector:John Baldwin2009-08-141-16/+6
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").Jung-uk Kim2008-11-261-4/+5
* - Separate PMC class dependent code from other kinds of machineJoseph Koshy2008-11-091-116/+15
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Correct a callchain capture bug on the i386.Joseph Koshy2008-09-151-3/+3
* Kernel and hwpmc(4) support for callchain capture.Joseph Koshy2007-12-071-0/+191
* Revert revision 1.4.Joseph Koshy2007-11-291-1/+1
* Add support for Intel cpu model's 5 & 6.Paul Saab2006-04-041-1/+1
* Add support for a new/unreleased Pentium-M.Paul Saab2005-11-181-1/+1
* On x86 processors, turn off any 'INTERRUPT' capabilities on PMCsJoseph Koshy2005-08-221-3/+13
* - Update the CPU version check to recognize P4/EMT64 CPUs. [1]Joseph Koshy2005-07-031-1/+1
* MFP4:Joseph Koshy2005-06-091-0/+179