K 10 svn:author V 5 mmacy K 8 svn:date V 27 2018-05-09T00:00:47.839539Z K 7 svn:log V 351 Reduce overhead of ktrace checks in the common case. KTRPOINT() checks both if we are tracing _and_ if we are recursing within ktrace. The second condition is only ever executed if ktrace is actually enabled. This change moves the check out of the hot path in to the functions themselves. Discussed with mjg@ Reported by: mjg@ Approved by: sbruno@ END