summaryrefslogtreecommitdiffstats
path: root/sys/dev/hwpmc/hwpmc_x86.c
Commit message (Expand)AuthorAgeFilesLines
* MFC of r277177 and r279894 with the fixes for the PMC for Haswell.rrs2015-03-241-0/+4
* Remove all the checks on curthread != NULL with the exception of some MDattilio2012-09-131-3/+1
* Add software PMC support.fabient2012-03-281-1/+6
* pmc_*_initialize may return NULL if the CPU is not supported, so checkemaste2012-01-281-1/+1
* Use a better check for a valid kernel stack address when capturingjkoshy2009-12-031-2/+3
* Fix parenthesis typo -- copy full frame pointer for userland callchain,emaste2009-12-011-1/+1
* Adjust the handling of the local APIC PMC interrupt vector:jhb2009-08-141-16/+6
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-261-4/+5
* - Separate PMC class dependent code from other kinds of machinejkoshy2008-11-091-116/+15
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Correct a callchain capture bug on the i386.jkoshy2008-09-151-3/+3
* Kernel and hwpmc(4) support for callchain capture.jkoshy2007-12-071-0/+191
* Revert revision 1.4.jkoshy2007-11-291-1/+1
* Add support for Intel cpu model's 5 & 6.ps2006-04-041-1/+1
* Add support for a new/unreleased Pentium-M.ps2005-11-181-1/+1
* On x86 processors, turn off any 'INTERRUPT' capabilities on PMCsjkoshy2005-08-221-3/+13
* - Update the CPU version check to recognize P4/EMT64 CPUs. [1]jkoshy2005-07-031-1/+1
* MFP4:jkoshy2005-06-091-0/+179
OpenPOWER on IntegriCloud