xml 1.0
[lttv.git] / ltt / branches / poly / facilities / locking.xml
index f591f434ca7188be78996aee04fc1f223eac4f52..9b80fcc9d8dda5d5c56cdd6b7caf55c36124720b 100644 (file)
@@ -1,23 +1,24 @@
-<facility name=locking>
+<?xml version="1.0"?>
+<facility name="locking">
   <description>The locking facility instruments the kernel locking.</description>
-  <event name=spin_lock_wait>
+  <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>
+  <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>
+  <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>
+  <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>
 
 
This page took 0.027888 seconds and 4 git commands to generate.