SyscallEnterEvent(TraceTimestamp, Address, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.