remove old xml
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 25 Apr 2007 17:11:31 +0000 (17:11 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 25 Apr 2007 17:11:31 +0000 (17:11 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2500 04897980-b3bd-0310-b5e0-8ef037075253

ltt-control/facilities/network.xml [deleted file]
ltt-control/facilities/stack.xml [deleted file]
ltt-control/specs/ltt-control.spec

diff --git a/ltt-control/facilities/network.xml b/ltt-control/facilities/network.xml
deleted file mode 100644 (file)
index 2a6ec39..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0"?>
-<facility name="network">
-  <description>The network facility contains events related to low level network operations</description>
-
-  <event name="packet_in">
-    <description>A packet is arriving</description>
-    <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer/> </field>
-    <field name="protocol"> <description>Protocol of the packet</description><uint_fixed size="2" byte_order="network"/> </field>
-  </event>
-
-  <event name="packet_out">
-    <description>We send a packet</description>
-    <field name="skbuff"> <description>Socket buffer pointer : identify the socket buffer</description> <pointer/> </field>
-    <field name="protocol"> <description>Protocol of the packet</description><uint_fixed size="2" byte_order="network"/> </field>
-  </event>
-
-</facility>
diff --git a/ltt-control/facilities/stack.xml b/ltt-control/facilities/stack.xml
deleted file mode 100644 (file)
index e0c79e9..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0"?>
-<facility name="stack">
-  <description>The stack facility has events related to getting process stack.</description>
-
-  <event name="process_dump_32">
-    <description>Dump process EIPs on the user stack for a 32 bits process</description>
-    <field name="eip"> <description>Sequence of EIP</description>
-      <sequence write="custom">
-        <uint/>
-        <uint_fixed size="4"/>
-      </sequence>
-    </field>
-  </event>
-
-  <event name="process_dump_64">
-    <description>Dump process EIPs on the user stack for a 64 bits process</description>
-    <field name="eip"> <description>Sequence of EIP</description>
-      <sequence write="custom">
-        <uint/>
-        <uint_fixed size="8"/>
-      </sequence>
-    </field>
-  </event>
-
-  <event name="kernel_dump">
-    <description>Dump EIPs on the kernel stack</description>
-    <field name="eip"> <description>Sequence of EIP</description>
-      <sequence write="custom">
-        <uint/>
-        <ulong/>
-      </sequence>
-    </field>
-  </event>
-
-</facility>
index bde5883594daf7bb8a4ea1cf7e3b64901f636ada..e1bd05966a49973e2d68bc01ae5d76c5d3534188 100644 (file)
@@ -73,8 +73,6 @@ ldconfig
 /usr/share/ltt-control/facilities/locking.xml
 /usr/share/ltt-control/facilities/mm.xml
 /usr/share/ltt-control/facilities/net.xml
-/usr/share/ltt-control/facilities/network.xml
-/usr/share/ltt-control/facilities/stack.xml
 /usr/share/ltt-control/facilities/stack_arch_i386.xml
 /usr/share/ltt-control/facilities/stack_arch_x86_64.xml
 /usr/share/ltt-control/facilities/user_generic.xml
This page took 0.025667 seconds and 4 git commands to generate.