summaryrefslogtreecommitdiff
path: root/sys/kern/subr_evcount.c
AgeCommit message (Expand)Author
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-09-14remove uneeded proc.h includesJonathan Gray
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2006-10-17Kill unused code.Alexander Yurchenko
2005-12-09ansi and deregister. No binary change.Jonathan Gray
2004-12-24Do not provide the KERN_EMUL, KERN_EVCOUNT, KERN_INTRCNT, KERN_PROC* andMiod Vallat
2004-11-26Kill __HAVE_EVCOUNT, now that all architectures provide them.Miod Vallat
2004-09-29ec_count32 was a bad idea; remove it for good.Miod Vallat
2004-09-23change KERN_INTRCNT_CNT to return a quad; ok teduTheo de Raadt
2004-06-28splhigh around ec_count fetches -- sorry art; ok aaronTheo de Raadt
2004-06-28Add new, generic ``evcount'' event counter API to the kernel. From art@,Aaron Campbell