VirtualBox

Changeset 87961 in vbox for trunk/src/VBox/Devices/build


Ignore:
Timestamp:
Mar 4, 2021 8:29:46 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143063
Message:

DevHDA: Added a couple of dtrace probes for tracking data from DMA thru the circbuf over onto the AIO thread. Log these virtual stream offsets on the DMA and AIO ends. bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/build/VBoxDD.d

    r82968 r87961  
    2525    probe ahci__req__submit(void *pvReq, int iTxDir, uint64_t offStart, uint64_t cbXfer);
    2626    probe ahci__req__completed(void *pvReq, int rcReq, uint64_t offStart, uint64_t cbXfer);
     27
     28    probe hda__stream__setup(uint32_t idxStream, int32_t rc, uint32_t uHz, uint64_t cTicksPeriod, uint32_t cbPeriod);
     29    probe hda__stream__reset(uint32_t idxStream);
     30    probe hda__stream__dma__out(uint32_t idxStream, uint32_t cb, uint64_t off);
     31    probe hda__stream__dma__in(uint32_t idxStream, uint32_t cb, uint64_t off);
     32    probe hda__stream__aio__out(uint32_t idxStream, uint32_t cb, uint64_t off);
     33    probe hda__stream__aio__in(uint32_t idxStream, uint32_t cb, uint64_t off);
    2734};
    2835
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