Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |