summaryrefslogtreecommitdiffstats
path: root/sys/arch/i386/include/pctr.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-5/+5
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-231-4/+4
* Remove idle loop counter.mikeb2007-10-241-2/+1
* more unification between amd64 and i386 (API changes, but we thinkderaadt2007-10-171-16/+16
* replacement for the pctr codebase that can handle amd64 processors asderaadt2007-10-171-42/+50
* change .byte for the correct opcodes now that gas can handle'em.fgsch2003-05-271-5/+5
* License clarification from David Mazieres, ok deraadt@pvalchev2001-06-051-3/+2
* more special regs definitions; use names from pctr.h for those it usesmickey2001-01-261-10/+1
* Remove gobs of unneeded code.downsj1998-05-251-43/+1
* no need to include sys/ioccom.h; guy@netapp.comderaadt1997-09-161-6/+7
* Bug: fixed bits around in %cr4.dm1997-09-081-2/+2
* Bug.dm1997-08-161-1/+5
* Truncate rdpmc result to 40 bits. Make pctr.c build with -Wall.dm1996-10-201-6/+8
* Some mostly cosmetic bug fixes.dm1996-08-161-31/+33
* Pentium Pro supportdm1996-08-141-2/+10
* Added support in the driver for the Pentium Pro (pctrctl still needs todm1996-08-141-8/+95
* Added a pctr pseudo-device for accessing the Pentium performance counters,dm1996-08-081-0/+34