K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-11-07T23:11:32.000000Z K 7 svn:log V 348 Add basic critical section tracing to KTR using event type KTR_CRITICAL. This generates a KTR event for each critical section entered and exited. It would be desirable to also log the filename and line number of the source entering or exiting the critical section, but this requires hacking up the critical section API, so I've not done that yet. END