Share via


CEL_SYSTEM_TLB (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

typedef __CEL_SYSTEM_TLB {
  DWORD dwCount;
} 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

Header celog.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

CeLog Event Tracking Structures
CeLogData