Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.75 KB

File metadata and controls

48 lines (33 loc) · 1.75 KB
title description keywords ms.date topic_type ms.topic api_name api_type
!wmitrace.disable
The !wmitrace.disable extension disables a provider for the specified Event Tracing for Windows (ETW) trace session.
!wmitrace.disable Windows Debugging
05/23/2017
apiref
reference
wmitrace.disable
NA

!wmitrace.disable

The !wmitrace.disable extension disables a provider for the specified Event Tracing for Windows (ETW) trace session.

!wmitrace.disable { LoggerID | LoggerName } GUID 

Parameters

LoggerID
Specifies the trace session. LoggerID is an ordinal number that the system assigns to each trace session on the computer.

LoggerName
Specifies the trace session. LoggerName is the text name that was specified when the trace session was started.

GUID
Specifies the GUID of the provider to be disabled.

DLL

Wmitrace.dll

This extension is available in Windows 7 and later versions of Windows.

Additional Information

For a conceptual overview of event tracing, see the Microsoft Windows SDK. For information about tracing tools, see the Windows Driver Kit (WDK).

Remarks

After using this extension, you must resume program execution (for example, by using the g (Go) command) in order for it to take effect. After a brief time, the target computer automatically breaks into the debugger again.

To enable a provider, use !wmitrace.enable.