Share via


dwCeLogTLBMiss (Windows Embedded CE 6.0)

1/5/2010

This global variable specifies how many translation look-aside buffer (TLB) misses have occurred for the last thread that was running. This global variable is reset after each thread switch. To make use of this value, an OEM can declare dwCeLogTLBMiss in their OAL and read it whenever a CELID_THREAD_SWITCH event occurs. When replacing the logging engine, the OEM is responsible for resetting the counter to zero (0) after logging it.

Syntax

DWORD dwCeLogTLBMiss;

Requirements

Header Developer Implemented
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

Optional OAL Variables
dwCeLogSmallBuf
dwCeLogLargeBuf

Other Resources

CeLogData