編輯

共用方式為


CpuTraceSourceExtensions.UseInterruptHandlingData(ITraceSource) Method

Definition

Provides data from a trace about Interrupt Service Routine (ISR) and Deferred Procedure Call (DPC) activity.

public static Microsoft.Windows.EventTracing.IPendingResult<Microsoft.Windows.EventTracing.Cpu.IInterruptHandlingDataSource> UseInterruptHandlingData (this Microsoft.Windows.EventTracing.ITraceSource trace);
static member UseInterruptHandlingData : Microsoft.Windows.EventTracing.ITraceSource -> Microsoft.Windows.EventTracing.IPendingResult<Microsoft.Windows.EventTracing.Cpu.IInterruptHandlingDataSource>
<Extension()>
Public Function UseInterruptHandlingData (trace As ITraceSource) As IPendingResult(Of IInterruptHandlingDataSource)

Parameters

trace
ITraceSource

The trace from which to access the data.

Returns

A pending result that, after the trace is processed, provides data from the trace about Interrupt Service Routine (ISR) and Deferred Procedure Call (DPC) activity.

Remarks

Windows Performance Analyzer provides this data via the DPC/ISR table.

Applies to