update/
[ltt-control.git] / ltt-control / facilities / stack_arch_i386.xml
diff --git a/ltt-control/facilities/stack_arch_i386.xml b/ltt-control/facilities/stack_arch_i386.xml
deleted file mode 100644 (file)
index 4869c6b..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<facility name="stack_arch" arch="i386">
-  <description>The stack facility has events related to getting process stack.</description>
-
-  <event name="process_dump">
-    <description>Process EIP on the user stack</description>
-    <field name="eip"> <description>Sequence of EIP</description>
-                       <sequence write="custom">
-                               <uint/>
-                               <ulong/>
-                       </sequence>
-               </field>
-  </event>
-
-  <event name="kernel_dump">
-    <description>EIP on the kernel stack</description>
-    <field name="eip"> <description>Sequence of EIP</description>
-                       <sequence write="custom">
-                               <uint/>
-                               <ulong/>
-                       </sequence>
-               </field>
-  </event>
-
-</facility>
This page took 0.026188 seconds and 4 git commands to generate.