Share via


CEL_SYSTEM_TLB (Windows CE 5.0)

Send Feedback

This structure is used to log the number of translation look-aside buffer (TLB) misses that have occurred. This count is checked at least once every thread switch, and logged if it is nonzero.

typedef __CEL_SYSTEM_TLB {DWORDdwCount;} CEL_SYSTEM_TLB, *PCEL_SYSTEM_TLB;

Members

  • dwCount
    Number of TLB misses that have occurred since the last TLB miss count was logged.

Remarks

Currently only SHx and MIPS support this functionality.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Celog.h.

See Also

CeLogData

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.