Debugging Tools for Windows |
The !wmitrace.logdump extension displays the contents of the trace buffers for a trace session in the Debugger Command window. You can limit the display to trace messages from specified providers.
Windows 2000 | Wmitrace.dll |
Windows XP and later | Wmitrace.dll |
Trace session buffers store trace messages until they are flushed to a log file or to a trace consumer for a real-time display. The !wmitrace.logdump extension displays the contents the buffers that are in physical memory. The display appears in the Debugger Command window.
Before using this extension, use !wmitrace.searchpath or !wmitrace.tmffile to specify trace message format files. The system uses the trace message format files to format the binary trace messages in the buffers so that they can be displayed as human-readable text.
When you use Tracelog to start a trace session with circular buffering
To find the logger ID of a trace session, use Tracelog to list the trace sessions and their basic properties. The command is tracelog -l.
For a conceptual overview of event tracing, see the Microsoft Windows SDK. For information about Tracelog, see "Tracelog" in the Windows Driver Kit (WDK).