From: compudj Date: Wed, 4 Apr 2007 03:02:04 +0000 (+0000) Subject: add net X-Git-Tag: 0.80~114 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=088cf568e9eff137c951b527d2a27c3b188e96ba;hp=66ad5b240aec3dfe4948a86bec5f845031436bc8;p=ltt-control.git add net git-svn-id: http://ltt.polymtl.ca/svn@2467 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt-control/facilities/kernel.xml b/ltt-control/facilities/kernel.xml index cb6992d..d37aaba 100644 --- a/ltt-control/facilities/kernel.xml +++ b/ltt-control/facilities/kernel.xml @@ -124,7 +124,7 @@ Process exit Previously scheduled PID Next PID to be scheduled - State of the process we are waiting for : -1 unrunnable, 0 runnable, >0 stopped + State of the process we are scheduling out : -1 unrunnable, 0 runnable, >0 stopped @@ -185,10 +185,6 @@ - - The timer softirq is currently runned. - - A timer has expired. diff --git a/ltt-control/facilities/net.xml b/ltt-control/facilities/net.xml new file mode 100644 index 0000000..e647b12 --- /dev/null +++ b/ltt-control/facilities/net.xml @@ -0,0 +1,132 @@ + + + The network facility contains events related to low level network operations + + + Sending a socket message + + Socket structure address + + + + Socket family + + + + Socket type + + + + Socket protocol + + + + Size of the message + + + + + + Receiving a socket message + + Socket structure address + + + + Socket family + + + + Socket type + + + + Socket protocol + + + + Size of the message + + + + + + Create a socket + + Socket structure address + + + + Socket family + + + + Socket type + + + + Socket protocol + + + + Socket file descriptor + + + + + + Generic socket call : FIXME : should be more detailed. + + Number of socket call + + + + First argument of socket call + + + + + + + We send a packet + Socket buffer pointer : identify the socket buffer + + + + Protocol of the packet + + + + + + A packet is arriving + + Socket buffer pointer : identify the socket buffer + + + + Protocol of the packet + + + + + + IP interface up + + Interface name + + + + IP address + + + + + + IP interface down + + Interface name + + + +