add ltt-control
[lttv.git] / ltt / branches / poly / facilities / stack_arch_i386.xml
index 8499e264f2afb085a2060eedfd23e73a1376065f..3eeee384c96e3bf5646c63013cacf76b32533591 100644 (file)
@@ -1,25 +1,25 @@
-<facility name=stack_arch arch=i386>
+<?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>
+  <event name="process_dump">
     <description>Process EIP on the user stack</description>
     <field name="eip"> <description>Sequence of EIP</description>
-                       <sequence custom_write/>
+                       <sequence write="custom">
                                <uint>
                                <ulong>
                        </sequence>
                </field>
   </event>
 
-  <event name=kernel_dump>
+  <event name="kernel_dump">
     <description>EIP on the kernel stack</description>
     <field name="eip"> <description>Sequence of EIP</description>
-                       <sequence custom_write/>
+                       <sequence write="custom">
                                <uint>
                                <ulong>
                        </sequence>
                </field>
   </event>
 
-
 </facility>
This page took 0.022441 seconds and 4 git commands to generate.