Changeset 87787 in vbox for trunk/include
- Timestamp:
- Feb 18, 2021 3:09:53 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142847
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/dbgfflowtrace.h
r87781 r87787 363 363 VMMR3DECL(uint32_t) DBGFR3FlowTraceReportRelease(DBGFFLOWTRACEREPORT hFlowTraceReport); 364 364 VMMR3DECL(uint32_t) DBGFR3FlowTraceReportGetRecordCount(DBGFFLOWTRACEREPORT hFlowTraceReport); 365 VMMR3DECL(int) DBGFR3FlowTraceReportQueryRecord(DBGFFLOWTRACEREPORT hFlowTraceReport, uint32_t idxRec, PDBGFFLOWTRACERECORD phFlowTraceRec); 365 366 VMMR3DECL(int) DBGFR3FlowTraceReportQueryFiltered(DBGFFLOWTRACEREPORT hFlowTraceReport, uint32_t fFlags, 366 367 PDBGFFLOWTRACEREPORTFILTER paFilters, uint32_t cFilters,
Note:
See TracChangeset
for help on using the changeset viewer.