move all projects into the trunk directory
[ltt-control.git] / trunk / lttng-xenomai / ltt-control-0.24-xenoltt / facilities / locking.xml
diff --git a/trunk/lttng-xenomai/ltt-control-0.24-xenoltt/facilities/locking.xml b/trunk/lttng-xenomai/ltt-control-0.24-xenoltt/facilities/locking.xml
new file mode 100644 (file)
index 0000000..d4ed922
--- /dev/null
@@ -0,0 +1,64 @@
+<?xml version="1.0"?>
+<facility name="locking">
+  <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>
+  </event>
+
+  <event name="spin_lock_try">
+    <description>Tries a spinlock</description>
+    <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>
+  </event>
+
+  <event name="spin_lock_exit">
+    <description>Releases a spinlock</description>
+    <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/>
+               </field>
+    <field name="flags">
+                       <description>Saved IRQ state.</description>
+                       <ulong/>
+               </field>
+  </event>
+
+  <event name="irq_restore">
+    <description>Disable IRQ, saving state</description>
+    <field name="EIP">
+                       <description>Instruction pointer where the irq_restore is located.</description>
+                       <pointer/> 
+               </field>
+    <field name="flags">
+                       <description>Restored IRQ state.</description>
+                       <ulong/>
+               </field>
+  </event>
+
+  <event name="irq_disable">
+    <description>Disable IRQ</description>
+    <field name="EIP">
+                       <description>Instruction pointer where the irq_disable is located.</description>
+                       <pointer/>
+               </field>
+  </event>
+
+  <event name="irq_enable">
+    <description>Disable IRQ</description>
+    <field name="EIP">
+                       <description>Instruction pointer where the irq_enable is located.</description>
+                       <pointer/>
+               </field>
+  </event>
+
+</facility>
This page took 0.022836 seconds and 4 git commands to generate.