index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_evcount.c
Age
Commit message (
Expand
)
Author
2022-11-10
Add support for per-cpu event counters, to be used for clock and IPI
Jonathan Matthew
2022-08-14
remove unneeded includes in sys/kern
Jonathan Gray
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2010-09-20
Get rid of evcount's support for arranging counters in a tree
Matthew Dempsky
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2006-10-17
Kill unused code.
Alexander Yurchenko
2005-12-09
ansi and deregister. No binary change.
Jonathan Gray
2004-12-24
Do not provide the KERN_EMUL, KERN_EVCOUNT, KERN_INTRCNT, KERN_PROC* and
Miod Vallat
2004-11-26
Kill __HAVE_EVCOUNT, now that all architectures provide them.
Miod Vallat
2004-09-29
ec_count32 was a bad idea; remove it for good.
Miod Vallat
2004-09-23
change KERN_INTRCNT_CNT to return a quad; ok tedu
Theo de Raadt
2004-06-28
splhigh around ec_count fetches -- sorry art; ok aaron
Theo de Raadt
2004-06-28
Add new, generic ``evcount'' event counter API to the kernel. From art@,
Aaron Campbell