aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ktr.h
Commit message (Expand)AuthorAgeFilesLines
* Retire the KTR_LOCKMGR bit and use it to log eventhandler messagesJohn Baldwin2003-03-111-1/+1
* - Add support for logging KTR via ALQ. This is optional and enabled by theJeff Roberson2002-09-221-0/+3
* Add a new KTR type KTR_CONTENTION, and use it in the mutex code toIan Dowse2002-08-261-1/+2
* KTR_CT* had one too many trailing zeroes, making KTR_CT5-8 too large forJake Burkholder2002-06-231-8/+8
* Wrap the arguments to CTR6() in parentheses so that the u_long casts workJohn Baldwin2002-04-011-2/+2
* ktr changes to improve performance and make writing a userland utility toJake Burkholder2002-04-011-51/+16
* Fix two typos, TR6() and ITR6() need to use CTR6(), not CTR5().John Baldwin2001-12-141-2/+2
* Complete the CTR6 addition (and TR6 and ITR6...)David E. O'Brien2001-12-101-11/+11
* Add a CTR6, we need it now.David E. O'Brien2001-12-101-0/+8
* Add a hack to get around the fact that egcs 1.1.2 (which I'm using to buildBenno Rice2001-10-151-0/+9
* - Replace the unused KTR_IDLELOOP trace class with a new KTR_WITNESS traceJohn Baldwin2001-06-251-9/+6
* Add a new psuedo-KTR trace level KTR_ALL which is a mask of all currentlyJohn Baldwin2001-06-041-0/+1
* - In the KTR_EXTEND case, use a const char * to point to the passed inJohn Baldwin2001-02-201-9/+6
* - Axe unused macros used by BSD/OS in assembly for KTR tracing.John Baldwin2001-02-201-7/+1
* Implement a unified run queue and adjust priority levels accordingly.Jake Burkholder2001-02-121-0/+1
* - Remove much of the inlining of the KTR tracepoints into a ktr_tracepoint()John Baldwin2000-11-071-136/+29
* Remove an evil conditional nested include of <sys/systm.h>Poul-Henning Kamp2000-10-301-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-0/+1
* Change "KTR_COMPILE & m" to "KTR_COMPILE & (m)" to allow more flexibleDoug Rabson2000-09-141-12/+12
* Use '&' instead of '%' to calculate the new value for ktr_idx.Doug Rabson2000-09-101-2/+2
* Add KTR, a facility that logs kernel events in order to to facilitateJason Evans2000-09-071-0/+319