- Timestamp:
- Jun 20, 2023 2:55:32 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/IEMR3.cpp
r100222 r100224 167 167 "Data TLB physical revision", "/IEM/CPU%u/DataTlb-PhysRev", idCpu); 168 168 169 170 #ifdef VBOX_WITH_IEM_RECOMPILER 169 171 STAMR3RegisterF(pVM, (void *)&pVCpu->iem.s.cTbAllocs, STAMTYPE_U64, STAMVISIBILITY_ALWAYS, STAMUNIT_NONE, 170 172 "Translation block allocations", "/IEM/CPU%u/cTbAllocs", idCpu); … … 175 177 STAMR3RegisterF(pVM, (void *)&pVCpu->iem.s.cTbLookupMisses, STAMTYPE_U64, STAMVISIBILITY_ALWAYS, STAMUNIT_NONE, 176 178 "Translation block lookup misses", "/IEM/CPU%u/cTbLookupMisses", idCpu); 179 #endif 177 180 178 181 for (uint32_t i = 0; i < RT_ELEMENTS(pVCpu->iem.s.aStatXcpts); i++)
Note:
See TracChangeset
for help on using the changeset viewer.