Changeset 61848 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jun 23, 2016 12:20:44 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108258
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/APICInternal.h
r61847 r61848 1319 1319 /** @name APIC statistics. 1320 1320 * @{ */ 1321 /** Number of MMIO reads in R 0. */1322 STAMCOUNTER StatMmioReadR 0;1321 /** Number of MMIO reads in RZ. */ 1322 STAMCOUNTER StatMmioReadRZ; 1323 1323 /** Number of MMIO reads in R3. */ 1324 1324 STAMCOUNTER StatMmioReadR3; 1325 /** Number of MMIO reads in RC. */ 1326 STAMCOUNTER StatMmioReadRC; 1327 1328 /** Number of MMIO writes in R0. */ 1329 STAMCOUNTER StatMmioWriteR0; 1325 1326 /** Number of MMIO writes in RZ. */ 1327 STAMCOUNTER StatMmioWriteRZ; 1330 1328 /** Number of MMIO writes in R3. */ 1331 1329 STAMCOUNTER StatMmioWriteR3; 1332 /** Number of MMIO writes in RC. */ 1333 STAMCOUNTER StatMmioWriteRC; 1334 1335 /** Number of MSR reads in R0. */ 1336 STAMCOUNTER StatMsrReadR0; 1330 1331 /** Number of MSR reads in RZ. */ 1332 STAMCOUNTER StatMsrReadRZ; 1337 1333 /** Number of MSR reads in R3. */ 1338 1334 STAMCOUNTER StatMsrReadR3; 1339 /** Number of MSR reads in RC. */ 1340 STAMCOUNTER StatMsrReadRC; 1341 1342 /** Number of MSR writes in R0. */ 1343 STAMCOUNTER StatMsrWriteR0; 1335 1336 /** Number of MSR writes in RZ. */ 1337 STAMCOUNTER StatMsrWriteRZ; 1344 1338 /** Number of MSR writes in R3. */ 1345 1339 STAMCOUNTER StatMsrWriteR3; 1346 /** Number of MSR writes in RC. */1347 STAMCOUNTER StatMsrWriteRC;1348 1340 1349 1341 /** Profiling of APICUpdatePendingInterrupts(). */
Note:
See TracChangeset
for help on using the changeset viewer.