update kernel fac
[ltt-control.git] / ltt-control / facilities / kernel.xml
index f144555315103ba01d967954c82a42540efdb5f2..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">
 
   <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>
         <uchar/>
       </sequence>
     </field>
+    <field name="ip"> <description>Instruction</description>
+      <pointer/>
+    </field>
   </event>
 
-  <event name="printk_locate">
-    <description>Kernel printk location</description>
-    <field name="file"> <description>Source file</description>
+  <event name="module_free">
+    <description>Unload module</description>
+    <field name="name"> <description>Module name</description>
       <string/>
     </field>
-    <field name="function"> <description>Function</description>
+  </event>
+
+  <event name="module_load">
+    <description>Load module</description>
+    <field name="name"> <description>Module name</description>
       <string/>
     </field>
-    <field name="line"> <description>Line in source file</description>
-      <uint/>
-    </field>
-    <field name="address"> <description>Caller address</description>
-      <pointer/>
-    </field>
   </event>
 
 </facility>
This page took 0.02426 seconds and 4 git commands to generate.