VirtualBox

Changeset 87787 in vbox for trunk/include


Ignore:
Timestamp:
Feb 18, 2021 3:09:53 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142847
Message:

VMM/DBGFR3FlowTrace*: Add some API to query a record based on the index, bugref:8650

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/dbgfflowtrace.h

    r87781 r87787  
    363363VMMR3DECL(uint32_t) DBGFR3FlowTraceReportRelease(DBGFFLOWTRACEREPORT hFlowTraceReport);
    364364VMMR3DECL(uint32_t) DBGFR3FlowTraceReportGetRecordCount(DBGFFLOWTRACEREPORT hFlowTraceReport);
     365VMMR3DECL(int)      DBGFR3FlowTraceReportQueryRecord(DBGFFLOWTRACEREPORT hFlowTraceReport, uint32_t idxRec, PDBGFFLOWTRACERECORD phFlowTraceRec);
    365366VMMR3DECL(int)      DBGFR3FlowTraceReportQueryFiltered(DBGFFLOWTRACEREPORT hFlowTraceReport, uint32_t fFlags,
    366367                                                       PDBGFFLOWTRACEREPORTFILTER paFilters, uint32_t cFilters,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette