Changeset 64016 in vbox for trunk/src/VBox/Devices/build
- Timestamp:
- Sep 26, 2016 3:14:48 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/build/VBoxDD.d
r64009 r64016 24 24 25 25 probe ahci__req__submit(void *pvReq, int iTxDir, uint64_t offStart, uint32_t cbXfer); 26 probe ahci__req__submit__timestamp(void *pvReq, uint64_t tsStart);27 26 probe ahci__req__completed(void *pvReq, int rcReq, uint64_t offStart, uint32_t cbXfer); 28 probe ahci__req__completed__timestamp(void *pvReq, uint64_t tsEnd);29 27 }; 30 28
Note:
See TracChangeset
for help on using the changeset viewer.