From 8cacbb53fb19cddc0f6bde0851bc7f188ed89a0d Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 3 Oct 2006 14:21:29 +0000 Subject: [PATCH] update fac git-svn-id: http://ltt.polymtl.ca/svn@2152 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-control/facilities/fs.xml | 63 +++++++++++++++++++++++------- ltt-control/facilities/kernel.xml | 18 ++++++++- ltt-control/facilities/memory.xml | 6 +++ ltt-control/facilities/network.xml | 4 +- ltt-control/facilities/socket.xml | 2 +- ltt-control/facilities/timer.xml | 7 ++++ 6 files changed, 81 insertions(+), 19 deletions(-) diff --git a/ltt-control/facilities/fs.xml b/ltt-control/facilities/fs.xml index aa2b3b7..45eb07e 100644 --- a/ltt-control/facilities/fs.xml +++ b/ltt-control/facilities/fs.xml @@ -30,49 +30,84 @@ - File descriptor + File descriptor Closing a file descriptor - File descriptor + File descriptor Reading from a file descriptor - File descriptor + File descriptor Number of bytes to read - + + + Reading from a file descriptor + File descriptor + Number of bytes to read + Position + + + + Read vector from a file descriptor + File descriptor + Vector length + + + Write to a file descriptor - File descriptor + File descriptor Number of bytes to write - + + Reading from a file descriptor + File descriptor + Number of bytes to read + Position + + + + Write vector to a file descriptor + File descriptor + Vector length + + + Seek a file descriptor - File descriptor + File descriptor Number of bytes to write - Number of bytes to write + Number of bytes to write + + Seek a file descriptor + File descriptor + Number of bytes to write + Number of bytes to write + + + Do a IOCTL on a file descriptor - File descriptor - Command - Argument + File descriptor + Command + Argument Do a select on a file descriptor - File descriptor - Time out + File descriptor + Timeout Do a poll on a file descriptor - File descriptor + File descriptor diff --git a/ltt-control/facilities/kernel.xml b/ltt-control/facilities/kernel.xml index f144555..6158679 100644 --- a/ltt-control/facilities/kernel.xml +++ b/ltt-control/facilities/kernel.xml @@ -28,12 +28,12 @@ Soft IRQ entry - Soft IRQ number + Soft IRQ number Soft IRQ exit - Soft IRQ number + Soft IRQ number @@ -89,4 +89,18 @@ + + Unload module + Module name + + + + + + Load module + Module name + + + + diff --git a/ltt-control/facilities/memory.xml b/ltt-control/facilities/memory.xml index 7fdd148..c6825a7 100644 --- a/ltt-control/facilities/memory.xml +++ b/ltt-control/facilities/memory.xml @@ -34,4 +34,10 @@ Address of the page we wait for. + + Ending wait for a page + Address of the page faulted. + Instruction causing the fault. + + diff --git a/ltt-control/facilities/network.xml b/ltt-control/facilities/network.xml index 88b9e72..2a6ec39 100644 --- a/ltt-control/facilities/network.xml +++ b/ltt-control/facilities/network.xml @@ -5,13 +5,13 @@ A packet is arriving Socket buffer pointer : identify the socket buffer - Protocol of the packet + Protocol of the packet We send a packet Socket buffer pointer : identify the socket buffer - Protocol of the packet + Protocol of the packet diff --git a/ltt-control/facilities/socket.xml b/ltt-control/facilities/socket.xml index 928097e..0f6587b 100644 --- a/ltt-control/facilities/socket.xml +++ b/ltt-control/facilities/socket.xml @@ -4,7 +4,7 @@ Generic socket call : FIXME : should be more detailed. - Number of socket call + Number of socket call First argument of socket call diff --git a/ltt-control/facilities/timer.xml b/ltt-control/facilities/timer.xml index 381df0f..1d93819 100644 --- a/ltt-control/facilities/timer.xml +++ b/ltt-control/facilities/timer.xml @@ -46,4 +46,11 @@ + + The time is updated (timer interrupt). + + + + + -- 2.34.1