add int instrumentation
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 6 Apr 2006 21:47:04 +0000 (21:47 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 6 Apr 2006 21:47:04 +0000 (21:47 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1753 04897980-b3bd-0310-b5e0-8ef037075253

ltt-control/configure.in
ltt-control/facilities/locking.xml

index d5df2076ec662af8d1337093bd570c296f1ea81d..013aa50ac23b614ef4c07278f189962f2b41bd6b 100644 (file)
@@ -23,7 +23,7 @@
 AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 #AC_WITH_LTDL  # not needed ?
-AM_INIT_AUTOMAKE(ltt-control,0.4-03042006)
+AM_INIT_AUTOMAKE(ltt-control,0.5-06042006)
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
index 9b80fcc9d8dda5d5c56cdd6b7caf55c36124720b..93638bda52a2dda51079e9e60d6366880c78402c 100644 (file)
     <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.024759 seconds and 4 git commands to generate.