Edit

Share via


SyscallEnterEvent Struct

Definition

Represents the start of a system call.

public struct SyscallEnterEvent
type SyscallEnterEvent = struct
Public Structure SyscallEnterEvent
Inheritance
SyscallEnterEvent

Constructors

SyscallEnterEvent(TraceTimestamp, Address, Int32)

Initializes a new instance of the SyscallEnterEvent structure.

Properties

FunctionAddress

Gets the address of the system call being invoked.

Processor

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

Timestamp

Gets the timestamp at which the syscall enter event was logged in the trace.

Applies to