CEL_SYSTEM_TLB (Compact 2013)
3/28/2014
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.
Requirements
Header |
celog.h |