summaryrefslogtreecommitdiffstats
path: root/sys/dev/hwpmc/hwpmc_piv.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r263080:kib2014-03-191-2/+1
* Add software PMC support.fabient2012-03-281-2/+2
* Adjust the handling of the local APIC PMC interrupt vector:jhb2009-08-141-1/+4
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-261-1/+2
* - Separate PMC class dependent code from other kinds of machinejkoshy2008-11-091-317/+183
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-3/+3
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-5/+4
* Support sparsely numbered CPUs.jkoshy2008-09-221-13/+13
* Kernel and hwpmc(4) support for callchain capture.jkoshy2007-12-071-11/+19
* Fix witness(4) warnings about mutex use.jkoshy2007-04-191-1/+1
* Forcibly turn off all PMCs at module unload time.jkoshy2006-03-281-0/+6
* Wrap comment lines to be under 80 characters wide.jkoshy2005-12-261-2/+3
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-2/+2
* Bug fix initialization on multi-core HTT CPUs.jkoshy2005-10-101-46/+59
* sys/dev/hwpmc/hwpmc_{amd,piv,ppro}.c:jkoshy2005-07-091-2/+3
* MFP4:jkoshy2005-06-091-106/+240
* Kernel hooks to support PMC sampling modes.jkoshy2005-05-301-1/+2
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.jkoshy2005-05-011-135/+302
* Return the correct register number in the 'get_msr()' MD function.jkoshy2005-04-281-5/+23
* Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headermarcel2005-04-201-2/+1
* Remove unused variable that was horking up the LINT buildimp2005-04-191-5/+2
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-191-0/+1484
OpenPOWER on IntegriCloud