update kernel fac
[ltt-control.git] / ltt-control / facilities / kernel.xml
index f5ecc00d6f21408c637cf79a75708bfc50f8ff1d..4af258525495d7a576cda326f225cbd84f04b2c4 100644 (file)
 
   <event name="soft_irq_entry">
     <description>Soft IRQ entry</description>
-    <field name="softirq_id"> <description>Soft IRQ number</description> <pointer/> </field>
+    <field name="softirq_id"> <description>Soft IRQ number</description> <ulong/> </field>
   </event>
 
   <event name="soft_irq_exit">
     <description>Soft IRQ exit</description>
-    <field name="softirq_id"> <description>Soft IRQ number</description> <pointer/> </field>
+    <field name="softirq_id"> <description>Soft IRQ number</description> <ulong/> </field>
   </event>
 
   <event name="tasklet_entry">
     <description>Exit from an IRQ</description>
   </event>
 
+  <event name="printk">
+    <description>Kernel printk</description>
+    <field name="ip"> <description>Instruction</description>
+      <pointer/>
+    </field>
+  </event>
+
+  <event name="vprintk">
+    <description>Kernel vprintk</description>
+    <field name="loglevel"> <description>loglevel</description>
+      <uint size="1"/>
+    </field>
+    <field name="text"> <description>printk string</description>
+      <sequence>
+        <uint/>
+        <uchar/>
+      </sequence>
+    </field>
+    <field name="ip"> <description>Instruction</description>
+      <pointer/>
+    </field>
+  </event>
+
+  <event name="module_free">
+    <description>Unload module</description>
+    <field name="name"> <description>Module name</description>
+      <string/>
+    </field>
+  </event>
+
+  <event name="module_load">
+    <description>Load module</description>
+    <field name="name"> <description>Module name</description>
+      <string/>
+    </field>
+  </event>
+
 </facility>
This page took 0.023104 seconds and 4 git commands to generate.