Edit

Share via


SyscallEnterEvent(TraceTimestamp, Address, Int32) Constructor

Definition

Initializes a new instance of the SyscallEnterEvent structure.

public SyscallEnterEvent (Microsoft.Windows.EventTracing.TraceTimestamp timestamp, Microsoft.Windows.EventTracing.Address functionAddress, int processor);
new Microsoft.Windows.EventTracing.Syscalls.SyscallEnterEvent : Microsoft.Windows.EventTracing.TraceTimestamp * Microsoft.Windows.EventTracing.Address * int -> Microsoft.Windows.EventTracing.Syscalls.SyscallEnterEvent
Public Sub New (timestamp As TraceTimestamp, functionAddress As Address, processor As Integer)

Parameters

timestamp
TraceTimestamp

The timestamp at which the event was logged in the trace.

functionAddress
Address

The address of the system call being made.

processor
Int32

The index of the processor on which the system call was made.

Applies to