initial move
[ltt-control.git] / ltt-control / facilities / locking.xml
diff --git a/ltt-control/facilities/locking.xml b/ltt-control/facilities/locking.xml
new file mode 100644 (file)
index 0000000..9b80fcc
--- /dev/null
@@ -0,0 +1,25 @@
+<?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>
+
+
+</facility>
This page took 0.022471 seconds and 4 git commands to generate.