StackWalk_Event class

This class is the event type class for stack tracing events.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[EventType{32}, EventTypeName{"Stack"}]
class StackWalk_Event : StackWalk
{
  uint64 EventTimeStamp;
  uint32 StackProcess;
  uint32 StackThread;
  uint32 Stack1;
  uint32 Stack192;
};

Members

The StackWalk_Event class has these types of members:

Properties

The StackWalk_Event class has these properties.

EventTimeStamp

Data type: uint64

Access type: Read-only

Qualifiers: WmiDataId(1)

Original event time stamp from the event header. Use this time stamp to match the stack to an event.

Stack1

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(4), pointer

Address of the call.

Stack192

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(195), pointer

Address of the call.

StackProcess

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(2), format("x")

The process identifier of the original event.

StackThread

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(3)

The thread identifier of the original event.

Remarks

Note that the class does not show all of the Stackn properties that exist between Stack1 and Stack192. Use the size of the event to determine how many Stackn properties contain valid addresses.

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]