Changeset 41274 in vbox for trunk/src/VBox/VMM/dtrace/vmexit-rip-aggregation-1.d
- Timestamp:
- May 14, 2012 9:06:05 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77934
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/dtrace/vmexit-rip-aggregation-1.d
r41273 r41274 22 22 /* printf("cs:rip=%02x:%08llx", args[1]->cs, args[1]->rip.rip);*/ 23 23 @g_aRips[args[1]->rip.rip] = count(); 24 /*@g_aRips[args[0]->cpum.s.Guest.rip.rip] = count(); - alternative access route */ 24 25 } 25 26
Note:
See TracChangeset
for help on using the changeset viewer.