Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Tracelog
 Tracelog Basics
Windows Driver Kit: Driver Development Tools
Tracelog Basics

Tracelog, an event tracing controller that runs at the command line, includes the following features:

Tracelog produces an event trace log (.etl) file that contains the trace messages generated by the provider during the trace session. The messages are stored in binary format in the file. To display the trace messages in a readable format, use TraceView or Tracefmt.

Tracelog controls kernel-mode and private (user-mode) trace sessions, and special sessions such as the NT Kernel Logger trace session and the Global Logger trace session.

Tracelog runs on Windows 2000 and later versions of Windows.

To control a trace session on Windows Server 2003 and later versions of Windows, you must be a member of the Performance Log Users group or the Administrators group on the computer.

Many of the features of Tracelog are also available in TraceView, a tool included in the Windows Driver Kit (WDK) that has a graphical user interface in addition to a command-line interface.

Tracelog and TraceView are located in the \tools\tracing subdirectory of the WDK.


Send feedback on this topic
Built on November 19, 2009
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker