move unused dirs to attic
[ltt-control.git] / trunk / attic / lttng-xenomai / ltt-control-0.24-xenoltt / facilities / stack.xml
diff --git a/trunk/attic/lttng-xenomai/ltt-control-0.24-xenoltt/facilities/stack.xml b/trunk/attic/lttng-xenomai/ltt-control-0.24-xenoltt/facilities/stack.xml
new file mode 100644 (file)
index 0000000..4ffc469
--- /dev/null
@@ -0,0 +1,35 @@
+<?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 stackfor 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>
This page took 0.022425 seconds and 4 git commands to generate.