aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hwpmc/hwpmc_ppro.c
Commit message (Expand)AuthorAgeFilesLines
* Convert hwpmc(4) debug printfs over to KTR.John Baldwin2015-05-081-13/+13
* Move <machine/apicvar.h> to <x86/apicvar.h>.John Baldwin2014-01-231-1/+1
* Add software PMC support.Fabien Thomas2012-03-281-1/+1
* Adjust the handling of the local APIC PMC interrupt vector:John Baldwin2009-08-141-1/+4
* - Efficiency tweak: when checking for PMC overflows, only go toJoseph Koshy2008-12-021-4/+6
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").Jung-uk Kim2008-11-261-1/+2
* - Separate PMC class dependent code from other kinds of machineJoseph Koshy2008-11-091-181/+162
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Rework pmc-dependent flag handling.Joseph Koshy2008-10-091-14/+22
* Support sparsely numbered CPUs.Joseph Koshy2008-09-221-8/+8
* Kernel and hwpmc(4) support for callchain capture.Joseph Koshy2007-12-071-2/+8
* Fix breakage introduced in rev 1.7.Joseph Koshy2005-07-141-1/+1
* sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:Joseph Koshy2005-07-091-2/+3
* MFP4:Joseph Koshy2005-06-091-38/+130
* Kernel hooks to support PMC sampling modes.Joseph Koshy2005-05-301-1/+1
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.Joseph Koshy2005-05-011-9/+31
* Return the correct register number in the 'get_msr()' MD function.Joseph Koshy2005-04-281-2/+11
* Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headerMarcel Moolenaar2005-04-201-2/+1
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy2005-04-191-0/+742