summaryrefslogtreecommitdiffstats
path: root/sys/hwpmc/hwpmc_intel.c
Commit message (Collapse)AuthorAgeFilesLines
* Delete stale files post their move to "sys/dev/hwpmc/".jkoshy2005-04-281-141/+0
|
* Include <sys/pmc.h> instead of <machine/pmc_mdep.h>. The MI headermarcel2005-04-201-2/+1
| | | | | | | | includes the MD header for us. Do not include <machine/specialreg.h> as it is not a header file that can be included from MI files. It is included from <machine/pmc_mdep.h> if so needed and possible. Ok'd: jkoshy@
* Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵jkoshy2005-04-191-0/+142
utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes)
OpenPOWER on IntegriCloud