ltt-control 0.37
[ltt-control.git] / ltt-control / facilities / stack_arch_i386.xml
index 4869c6b5dce4b99616e6f2cbc1b7bbaaa7c6ccb2..847f38e01edc09ae4fa3649aa38b7580a493b041 100644 (file)
@@ -1,25 +1,55 @@
 <?xml version="1.0"?>
-<facility name="stack_arch" arch="i386">
+<facility name="stack_arch">
   <description>The stack facility has events related to getting process stack.</description>
 
-  <event name="process_dump">
-    <description>Process EIP on the user stack</description>
+  <event name="stack_arch_irq_dump_kernel_stack">
+    <description>Dump EIPs on the kernel stack</description>
     <field name="eip"> <description>Sequence of EIP</description>
-                       <sequence write="custom">
-                               <uint/>
-                               <ulong/>
-                       </sequence>
-               </field>
+      <sequence>
+        <uint/>
+        <ulong/>
+      </sequence>
+    </field>
   </event>
 
-  <event name="kernel_dump">
-    <description>EIP on the kernel stack</description>
+  <event name="stack_arch_nmi_dump_kernel_stack">
+    <description>Dump EIPs on the kernel stack</description>
     <field name="eip"> <description>Sequence of EIP</description>
-                       <sequence write="custom">
-                               <uint/>
-                               <ulong/>
-                       </sequence>
-               </field>
+      <sequence>
+        <uint/>
+        <ulong/>
+      </sequence>
+    </field>
+  </event>
+
+  <event name="stack_arch_syscall_dump_kernel_stack">
+    <description>Dump EIPs on the kernel stack</description>
+    <field name="eip"> <description>Sequence of EIP</description>
+      <sequence>
+        <uint/>
+        <ulong/>
+      </sequence>
+    </field>
+  </event>
+
+  <event name="stack_arch_irq_dump_process32_stack">
+    <description>Dump process EIPs on the user stack for a 32 bits process</description>
+    <field name="eip"> <description>Sequence of EIP</description>
+      <sequence>
+        <uint/>
+        <uint_fixed size="4"/>
+      </sequence>
+    </field>
+  </event>
+
+  <event name="stack_arch_syscall_dump_process32_stack">
+    <description>Dump process EIPs on the user stack for a 32 bits process</description>
+    <field name="eip"> <description>Sequence of EIP</description>
+      <sequence>
+        <uint/>
+        <uint_fixed size="4"/>
+      </sequence>
+    </field>
   </event>
 
 </facility>
This page took 0.026351 seconds and 4 git commands to generate.