update fac
[ltt-control.git] / ltt-control / facilities / kernel.xml
index f144555315103ba01d967954c82a42540efdb5f2..61586792a842977e9f0ca267155843545e892fd5 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">
     </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.021832 seconds and 4 git commands to generate.