History log of /openbsd/sys/arch/i386/include/pctr.h (Results 1 – 17 of 17)
Revision Date Author Comments
# 2df76cc2 29-Mar-2014 guenther <guenther@openbsd.org>

It's been a quarter century: we can assume volatile is present with that name.

ok dlg@ mpi@ deraadt@


# 2fa72412 23-Mar-2011 pirofti <pirofti@openbsd.org>

Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.

Discussed and okay drahn@. Okay deraadt@.


# 9b47bede 24-Oct-2007 mikeb <mikeb@openbsd.org>

Remove idle loop counter.

ok art deraadt


# 7f8cebad 17-Oct-2007 deraadt <deraadt@openbsd.org>

more unification between amd64 and i386 (API changes, but we think
noone else uses this acpi except the command); from Mike Belopuhov


# 9eecd0bf 17-Oct-2007 deraadt <deraadt@openbsd.org>

replacement for the pctr codebase that can handle amd64 processors as
well (in fact, all 4 combinations of codebase and processor) written by
Mike Belopuhov and Aleksey Lomovtsev


# b79eca92 27-May-2003 fgsch <fgsch@openbsd.org>

change .byte for the correct opcodes now that gas can handle'em.
art@ toby@ ok.


# 27ab4cd3 05-Jun-2001 pvalchev <pvalchev@openbsd.org>

License clarification from David Mazieres, ok deraadt@


# ed95df24 26-Jan-2001 mickey <mickey@openbsd.org>

more special regs definitions; use names from pctr.h for those it uses


# 840b3ba2 25-May-1998 downsj <downsj@openbsd.org>

Remove gobs of unneeded code.


# 72f91c1d 16-Sep-1997 deraadt <deraadt@openbsd.org>

no need to include sys/ioccom.h; guy@netapp.com


# 501f72cb 08-Sep-1997 dm <dm@openbsd.org>

Bug: fixed bits around in %cr4.


# 8355674c 16-Aug-1997 dm <dm@openbsd.org>

Bug.


# 66b658f2 20-Oct-1996 dm <dm@openbsd.org>

Truncate rdpmc result to 40 bits. Make pctr.c build with -Wall.


# b12f8e8a 16-Aug-1996 dm <dm@openbsd.org>

Some mostly cosmetic bug fixes.


# ca3459f6 14-Aug-1996 dm <dm@openbsd.org>

Pentium Pro support


# f420a497 14-Aug-1996 dm <dm@openbsd.org>

Added support in the driver for the Pentium Pro (pctrctl still needs to
be done, though).


# 2552bc39 08-Aug-1996 dm <dm@openbsd.org>

Added a pctr pseudo-device for accessing the Pentium performance counters,
and a program pctrctl to set the counter functions.