Searched refs:gIOKitTrace (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOFilterInterruptEventSource.cpp127 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false;
156 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false;
177 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false;
H A DIOKitDebug.cpp47 SInt64 gIOKitTrace = 0; variable
50 SYSCTL_QUAD(_debug, OID_AUTO, iotrace, CTLFLAG_RW | CTLFLAG_LOCKED, &gIOKitTrace, "trace io");
H A DIOStartIOKit.cpp136 gIOKitTrace = debugFlags;
140 gIOKitTrace |= (gIOKitDebug & kIOTraceCompatBootArgs);
H A DIOCommandGate.cpp181 bool trace = ( gIOKitTrace & kIOTraceCommandGates ) ? true : false;
219 bool trace = ( gIOKitTrace & kIOTraceCommandGates ) ? true : false;
H A DIOInterruptEventSource.cpp206 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false;
252 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false;
269 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false;
H A DIOCommandQueue.cpp150 bool trace = ( gIOKitTrace & kIOTraceCommandGates ) ? true : false;
H A DIOTimerEventSource.cpp117 bool trace = (gIOKitTrace & kIOTraceTimers) ? true : false;
159 bool trace = (gIOKitTrace & kIOTraceTimers) ? true : false;
H A DIOWorkLoop.cpp344 bool traceWL = (gIOKitTrace & kIOTraceWorkLoops) ? true : false;
345 bool traceES = (gIOKitTrace & kIOTraceEventSources) ? true : false;
H A DIOInterruptController.cpp681 bool trace = (gIOKitTrace & kIOTraceInterrupts) ? true : false;
H A DIOServicePM.cpp160 if (gIOKitTrace & kIOTracePowerMgmt) \
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOKitDebug.h106 extern SInt64 gIOKitTrace;

Completed in 103 milliseconds