LTTV 0.8.18 : add XML
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 10 Feb 2006 03:47:21 +0000 (03:47 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 10 Feb 2006 03:47:21 +0000 (03:47 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1541 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/facilities/locking.xml [new file with mode: 0644]
ltt/branches/poly/facilities/stack_arch_i386.xml [new file with mode: 0644]

diff --git a/ltt/branches/poly/facilities/locking.xml b/ltt/branches/poly/facilities/locking.xml
new file mode 100644 (file)
index 0000000..f591f43
--- /dev/null
@@ -0,0 +1,24 @@
+<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>
diff --git a/ltt/branches/poly/facilities/stack_arch_i386.xml b/ltt/branches/poly/facilities/stack_arch_i386.xml
new file mode 100644 (file)
index 0000000..8499e26
--- /dev/null
@@ -0,0 +1,25 @@
+<facility name=stack_arch arch=i386>
+  <description>The stack facility has events related to getting process stack.</description>
+
+  <event name=process_dump>
+    <description>Process EIP on the user stack</description>
+    <field name="eip"> <description>Sequence of EIP</description>
+                       <sequence custom_write/>
+                               <uint>
+                               <ulong>
+                       </sequence>
+               </field>
+  </event>
+
+  <event name=kernel_dump>
+    <description>EIP on the kernel stack</description>
+    <field name="eip"> <description>Sequence of EIP</description>
+                       <sequence custom_write/>
+                               <uint>
+                               <ulong>
+                       </sequence>
+               </field>
+  </event>
+
+
+</facility>
This page took 0.025555 seconds and 4 git commands to generate.