From 088cf568e9eff137c951b527d2a27c3b188e96ba Mon Sep 17 00:00:00 2001 From: compudj Date: Wed, 4 Apr 2007 03:02:04 +0000 Subject: [PATCH 1/1] add net git-svn-id: http://ltt.polymtl.ca/svn@2467 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-control/facilities/kernel.xml | 6 +- ltt-control/facilities/net.xml | 132 ++++++++++++++++++++++++++++++ 2 files changed, 133 insertions(+), 5 deletions(-) create mode 100644 ltt-control/facilities/net.xml 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 + + + + -- 2.34.1