fix XML
[ltt-control.git] / ltt-control / facilities / locking.xml
index 93638bda52a2dda51079e9e60d6366880c78402c..d4ed9226e78cc3554d10aeb525aa8a127e7b7da3 100644 (file)
@@ -3,33 +3,33 @@
   <description>The locking facility instruments the kernel locking.</description>
   <event name="spin_lock_wait">
     <description>Takes a spinlock</description>
-    <field name="spinlock"> <description>Spinlock address</description> <pointer> </field>
+    <field name="spinlock"> <description>Spinlock address</description> <pointer/> </field>
   </event>
 
   <event name="spin_lock_try">
     <description>Tries a spinlock</description>
-    <field name="spinlock"> <description>Spinlock address</description> <pointer> </field>
+    <field name="spinlock"> <description>Spinlock address</description> <pointer/> </field>
   </event>
 
   <event name="spin_lock_entry">
     <description>Get a spinlock</description>
-    <field name="spinlock"> <description>Spinlock address</description> <pointer> </field>
+    <field name="spinlock"> <description>Spinlock address</description> <pointer/> </field>
   </event>
 
   <event name="spin_lock_exit">
     <description>Releases a spinlock</description>
-    <field name="spinlock"> <description>Spinlock address</description> <pointer> </field>
+    <field name="spinlock"> <description>Spinlock address</description> <pointer/> </field>
   </event>
 
   <event name="irq_save">
     <description>Disable IRQ, saving state</description>
     <field name="EIP">
                        <description>Instruction pointer where the irq_save is located.</description>
-                       <pointer>
+                       <pointer/>
                </field>
     <field name="flags">
                        <description>Saved IRQ state.</description>
-                       <ulong>
+                       <ulong/>
                </field>
   </event>
 
     <description>Disable IRQ, saving state</description>
     <field name="EIP">
                        <description>Instruction pointer where the irq_restore is located.</description>
-                       <pointer> 
+                       <pointer/
                </field>
     <field name="flags">
                        <description>Restored IRQ state.</description>
-                       <ulong>
+                       <ulong/>
                </field>
   </event>
 
@@ -49,7 +49,7 @@
     <description>Disable IRQ</description>
     <field name="EIP">
                        <description>Instruction pointer where the irq_disable is located.</description>
-                       <pointer>
+                       <pointer/>
                </field>
   </event>
 
@@ -57,7 +57,7 @@
     <description>Disable IRQ</description>
     <field name="EIP">
                        <description>Instruction pointer where the irq_enable is located.</description>
-                       <pointer>
+                       <pointer/>
                </field>
   </event>
 
This page took 0.023621 seconds and 4 git commands to generate.