Provided by: systemtap-doc_3.1-3ubuntu0.1_all
NAME
probe::socket.create - Creation of a socket
SYNOPSIS
socket.create
VALUES
requester Requested by user process or the kernel (1 = kernel, 0 = user) name Name of this probe type Socket type value protocol Protocol value family Protocol family value
CONTEXT
The requester (see requester variable)
DESCRIPTION
Fires at the beginning of creating a socket.
SEE ALSO
tapset::socket(3stap)