VirtualBox

Changeset 102801 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jan 9, 2024 10:53:03 PM (13 months ago)
Author:
vboxsync
Message:

VMM/IEM: Stats, go straight for the safe fallback functions in the memory access helpers. bugref:10371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/IEMR3.cpp

    r102800 r102801  
    296296                        "Code TLB hits",                            "/IEM/CPU%u/CodeTlb-Hits", idCpu);
    297297        STAMR3RegisterF(pVM, &pVCpu->iem.s.DataTlb.cTlbHits,            STAMTYPE_U64_RESET, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,
    298                         "Data TLB hits",                            "/IEM/CPU%u/DataTlb-Hits", idCpu);
     298                        "Data TLB hits",                            "/IEM/CPU%u/DataTlb-Hits-Other", idCpu);
    299299#  ifdef VBOX_WITH_IEM_RECOMPILER
    300300        STAMR3RegisterF(pVM, (void *)&pVCpu->iem.s.StatNativeTlbHitsForStack, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_NONE,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette