VirtualBox

Ignore:
Timestamp:
May 25, 2020 10:21:02 AM (5 years ago)
Author:
vboxsync
Message:

VMM/DBGFTracer: Implement support for guest memory read/write events, bugref:9210

The data from guest memory transfers need to be aggregated from the indivudual event entries
before they can be written out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/DBGFAllTracer.cpp

    r84458 r84488  
    9494                               size_t cbEvtDesc, uint64_t *pidEvt)
    9595{
     96    LogFlowFunc(("pVM=%p pThisCC=%p hEvtSrc=%llu enmTraceEvt=%u idEvtPrev=%llu pvEvtDesc=%p cbEvtDesc=%zu pidEvt=%p\n",
     97                 pVM, pThisCC, hEvtSrc, enmTraceEvt, idEvtPrev, pvEvtDesc, cbEvtDesc, pidEvt));
     98
    9699    PDBGFTRACERSHARED pSharedCC = pThisCC->CTX_SUFF(pShared);
    97100    size_t cRingBufEvts = dbgfTracerGetRingBufSz(pThisCC) / DBGF_TRACER_EVT_SZ;
     
    109112         * get its act together.
    110113         */
     114        AssertMsgFailed(("Flush thread can't keep up with event amount!\n"));
    111115    }
    112116
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