From 2197ff8039a15e9825f5c9bebd9a4014047416f9 Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 30 Mar 2007 00:54:59 +0000 Subject: [PATCH] update git-svn-id: http://ltt.polymtl.ca/svn@2461 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-control/facilities/Makefile.am | 2 - ltt-control/facilities/fs_data.xml | 29 -------------- ltt-control/facilities/mm.xml | 2 +- .../facilities/network_ip_interface.xml | 16 -------- ltt-control/facilities/socket.xml | 38 ------------------- ltt-control/facilities/timer.xml | 5 --- 6 files changed, 1 insertion(+), 91 deletions(-) delete mode 100644 ltt-control/facilities/fs_data.xml delete mode 100644 ltt-control/facilities/network_ip_interface.xml delete mode 100644 ltt-control/facilities/socket.xml delete mode 100644 ltt-control/facilities/timer.xml diff --git a/ltt-control/facilities/Makefile.am b/ltt-control/facilities/Makefile.am index 5efe70b..51baa79 100644 --- a/ltt-control/facilities/Makefile.am +++ b/ltt-control/facilities/Makefile.am @@ -2,7 +2,6 @@ EXTRA_DIST = \ core.xml \ fs.xml \ -fs_data.xml \ ipc.xml \ kernel.xml \ kernel_arch_arm.xml \ @@ -26,7 +25,6 @@ compact.xml facilities_DATA = \ core.xml \ fs.xml \ -fs_data.xml \ ipc.xml \ kernel.xml \ kernel_arch_arm.xml \ diff --git a/ltt-control/facilities/fs_data.xml b/ltt-control/facilities/fs_data.xml deleted file mode 100644 index 52e3a36..0000000 --- a/ltt-control/facilities/fs_data.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - The fs_data facility contains events related to file system data input/output - - - Reading from a file descriptor - File descriptor - Number of bytes to read - data read - - - - - - - - - Write to a file descriptor - File descriptor - Number of bytes to write - data written - - - - - - - - diff --git a/ltt-control/facilities/mm.xml b/ltt-control/facilities/mm.xml index a128376..4450d22 100644 --- a/ltt-control/facilities/mm.xml +++ b/ltt-control/facilities/mm.xml @@ -1,5 +1,5 @@ - + The memory facility has memory management events. diff --git a/ltt-control/facilities/network_ip_interface.xml b/ltt-control/facilities/network_ip_interface.xml deleted file mode 100644 index 11b2a1b..0000000 --- a/ltt-control/facilities/network_ip_interface.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - Network IP interface status - - - IP interface up - Interface name - IP address - - - - IP interface down - Interface name - - - diff --git a/ltt-control/facilities/socket.xml b/ltt-control/facilities/socket.xml deleted file mode 100644 index 0f6587b..0000000 --- a/ltt-control/facilities/socket.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - The socket facility contains events related to sockets - - - Generic socket call : FIXME : should be more detailed. - Number of socket call - First argument of socket call - - - - Create a socket - Socket structure address - Socket family - Socket type - Socket protocol - Socket file descriptor - - - - 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 - - - diff --git a/ltt-control/facilities/timer.xml b/ltt-control/facilities/timer.xml deleted file mode 100644 index 63fb9d6..0000000 --- a/ltt-control/facilities/timer.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - The timer facility has events related to timer events in the kernel. - - -- 2.34.1