Changeset 109202 in vbox for trunk/src/VBox/VMM/VMMR3/GICR3.cpp
- Timestamp:
- May 8, 2025 10:44:52 AM (13 days ago)
- svn:sync-xref-src-repo-rev:
- 168779
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/GICR3.cpp
r109033 r109202 1089 1089 /* ITS. */ 1090 1090 PGITSDEV pGitsDev = &pGicDev->Gits; 1091 GIC_REG_COUNTER(&pGitsDev->StatCmdMapd, "ITS/Commands/MAPD", "Number of MAPD commands executed."); 1091 1092 GIC_REG_COUNTER(&pGitsDev->StatCmdMapc, "ITS/Commands/MAPC", "Number of MAPC commands executed."); 1093 GIC_REG_COUNTER(&pGitsDev->StatCmdMapi, "ITS/Commands/MAPI", "Number of MAPI commands executed."); 1094 GIC_REG_COUNTER(&pGitsDev->StatCmdMapti, "ITS/Commands/MAPTI", "Number of MAPTI commands executed."); 1092 1095 GIC_REG_COUNTER(&pGitsDev->StatCmdSync, "ITS/Commands/SYNC", "Number of SYNC commands executed."); 1093 1096 GIC_REG_COUNTER(&pGitsDev->StatCmdInvall, "ITS/Commands/INVALL", "Number of INVALL commands executed.");
Note:
See TracChangeset
for help on using the changeset viewer.