SymbolsTraceSourceExtensions.UseStackTags(ITraceSource) Method

Definition

Provides a mapper that groups stacks from a trace into stack tags as specified in an XML configuration file.

public static Microsoft.Windows.EventTracing.IPendingResult<Microsoft.Windows.EventTracing.Symbols.IStackTagDataSource> UseStackTags (this Microsoft.Windows.EventTracing.ITraceSource trace);
static member UseStackTags : Microsoft.Windows.EventTracing.ITraceSource -> Microsoft.Windows.EventTracing.IPendingResult<Microsoft.Windows.EventTracing.Symbols.IStackTagDataSource>
<Extension()>
Public Function UseStackTags (trace As ITraceSource) As IPendingResult(Of IStackTagDataSource)

Parameters

trace
ITraceSource

The trace from which to access the data.

Returns

A pending result that, after the trace is processed, provides a mapper that groups stacks from a trace into stack tags as specified in an XML configuration file.

Remarks

Windows Performance Analyzer provides this data in multiple tables via columns such as Stack Tag and Stack (Frame Tags).

Applies to