Movatterモバイル変換


[0]ホーム

URL:


man7.org > Linux >man-pages

Linux/UNIX system programming training


tapset::socket(3stap) — Linux manual page

NAME |DESCRIPTION |SEE ALSO |COLOPHON

TAPSET::SOCKET(3stap)TAPSET::SOCKET(3stap)

NAME        top

       tapset::socket - systemtap socket tapset

DESCRIPTION        top

        This family of probe points is used to probe socket activities.socket.send              Message sent on a socket.               Seeprobe::socket.send(3stap)               for details.socket.receive              Message received on a socket.               Seeprobe::socket.receive(3stap)               for details.socket.sendmsg              Message is currently being sent on a socket.               Seeprobe::socket.sendmsg(3stap)               for details.socket.sendmsg.return              Return from socket.sendmsg.               Seeprobe::socket.sendmsg.return(3stap)               for details.socket.recvmsg              Message being received on socket               Seeprobe::socket.recvmsg(3stap)               for details.socket.recvmsg.return              Return from Message being received on socket               Seeprobe::socket.recvmsg.return(3stap)               for details.socket.aio_write              Message send via sock_aio_write()               Seeprobe::socket.aio_write(3stap)               for details.socket.aio_write.return              Conclusion of message send via sock_aio_write()               Seeprobe::socket.aio_write.return(3stap)               for details.socket.aio_read              Receiving message via sock_aio_read()               Seeprobe::socket.aio_read(3stap)               for details.socket.aio_read.return              Conclusion of message received via sock_aio_read()               Seeprobe::socket.aio_read.return(3stap)               for details.socket.write_iter              Message send via sock_write_iter()               Seeprobe::socket.write_iter(3stap)               for details.socket.write_iter.return              Conclusion of message send via sock_write_iter()               Seeprobe::socket.write_iter.return(3stap)               for details.socket.read_iter              Receiving message via sock_read_iter()               Seeprobe::socket.read_iter(3stap)               for details.socket.read_iter.return              Conclusion of message received via sock_read_iter()               Seeprobe::socket.read_iter.return(3stap)               for details.socket.writev              Message sent via socket_writev()               Seeprobe::socket.writev(3stap)               for details.socket.writev.return              Conclusion of message sent via socket_writev()               Seeprobe::socket.writev.return(3stap)               for details.socket.readv              Receiving a message via sock_readv()               Seeprobe::socket.readv(3stap)               for details.socket.readv.return              Conclusion of receiving a message via sock_readv()               Seeprobe::socket.readv.return(3stap)               for details.socket.create              Creation of a socket               Seeprobe::socket.create(3stap)               for details.socket.create.return              Return from Creation of a socket               Seeprobe::socket.create.return(3stap)               for details.socket.close              Close a socket               Seeprobe::socket.close(3stap)               for details.socket.close.return              Return from closing a socket               Seeprobe::socket.close.return(3stap)               for details.sock_prot_num2str              Given a protocol number, return a string representation              Seefunction::sock_prot_num2str(3stap)               for details.sock_prot_str2num              Given a protocol name (string), return the corresponding              protocol number              Seefunction::sock_prot_str2num(3stap)               for details.sock_fam_num2str              Given a protocol family number, return a string              representation              Seefunction::sock_fam_num2str(3stap)               for details.sock_fam_str2num              Given a protocol family name (string), return the              corresponding protocol family number              Seefunction::sock_fam_str2num(3stap)               for details.sock_state_num2str              Given a socket state number, return a string representation              Seefunction::sock_state_num2str(3stap)               for details.sock_state_str2num              Given a socket state string, return the corresponding state              number              Seefunction::sock_state_str2num(3stap)               for details.

SEE ALSO        top

function::sock_prot_num2str(3stap),function::sock_prot_str2num(3stap),function::sock_fam_num2str(3stap),function::sock_fam_str2num(3stap),function::sock_state_num2str(3stap),function::sock_state_str2num(3stap),probe::socket.send(3stap),probe::socket.receive(3stap),probe::socket.sendmsg(3stap),probe::socket.sendmsg.return(3stap),probe::socket.recvmsg(3stap),probe::socket.recvmsg.return(3stap),probe::socket.aio_write(3stap),probe::socket.aio_write.return(3stap),probe::socket.aio_read(3stap),probe::socket.aio_read.return(3stap),probe::socket.write_iter(3stap),probe::socket.write_iter.return(3stap),probe::socket.read_iter(3stap),probe::socket.read_iter.return(3stap),probe::socket.writev(3stap),probe::socket.writev.return(3stap),probe::socket.readv(3stap),probe::socket.readv.return(3stap),probe::socket.create(3stap),probe::socket.create.return(3stap),probe::socket.close(3stap),probe::socket.close.return(3stap),stap(1),stapprobes(3stap)

COLOPHON        top

       This page is part of thesystemtap (a tracing and live-system       analysis tool) project.  Information about the project can be       found at ⟨https://sourceware.org/systemtap/⟩.  If you have a bug       report for this manual page, send it to systemtap@sourceware.org.       This page was obtained from the project's upstream Git repository       ⟨git://sourceware.org/git/systemtap.git⟩ on 2025-08-11.  (At that       time, the date of the most recent commit that was found in the       repository was 2025-07-24.)  If you discover any rendering       problems in this HTML version of the page, or you believe there is       a better or more up-to-date source for the page, or you have       corrections or improvements to the information in this COLOPHON       (which isnot part of the original manual page), send a mail to       man-pages@man7.orgSystemTap Tapset Reference      April 2025TAPSET::SOCKET(3stap)

Pages that refer to this page:function::sock_fam_num2str(3stap)function::sock_fam_str2num(3stap)function::sock_prot_num2str(3stap)function::sock_prot_str2num(3stap)function::sock_state_num2str(3stap)function::sock_state_str2num(3stap)probe::socket.aio_read(3stap)probe::socket.aio_read.return(3stap)probe::socket.aio_write(3stap)probe::socket.aio_write.return(3stap)probe::socket.close(3stap)probe::socket.close.return(3stap)probe::socket.create(3stap)probe::socket.create.return(3stap)probe::socket.read_iter(3stap)probe::socket.read_iter.return(3stap)probe::socket.readv(3stap)probe::socket.readv.return(3stap)probe::socket.receive(3stap)probe::socket.recvmsg(3stap)probe::socket.recvmsg.return(3stap)probe::socket.send(3stap)probe::socket.sendmsg(3stap)probe::socket.sendmsg.return(3stap)probe::socket.write_iter(3stap)probe::socket.write_iter.return(3stap)probe::socket.writev(3stap)probe::socket.writev.return(3stap)



HTML rendering created 2025-09-06 byMichael Kerrisk, author ofThe Linux Programming Interface.

For details of in-depthLinux/UNIX system programming training courses that I teach, lookhere.

Hosting byjambit GmbH.

Cover of TLPI


[8]ページ先頭

©2009-2025 Movatter.jp