update
[ltt-control.git] / ltt-control / facilities / kernel.xml
index cb6992d3cede24d93a7fc1a5cc6cd6f98d44e05d..32f831eb6667575f03dbae997800755072a98d42 100644 (file)
     <description>Process exit</description>
     <field name="prev_pid"> <description>Previously scheduled PID</description> <int/> </field>
     <field name="next_pid"> <description>Next PID to be scheduled</description> <int/> </field>
-    <field name="state"> <description>State of the process we are waiting for : -1 unrunnable, 0 runnable, >0 stopped</description> <long/> </field>
+    <field name="prev_state"> <description>State of the process we are scheduling out : -1 unrunnable, 0 runnable, >0 stopped</description> <long/> </field>
   </event>
 
   <event name="printk">
   <event name="vprintk">
     <description>Kernel vprintk</description>
     <field name="loglevel"> <description>loglevel</description>
-      <uint size="1"/>
+      <uint_fixed size="1"/>
     </field>
     <field name="text"> <description>printk string</description>
       <sequence>
     <field name="wall_to_monotonic_tv_nsec"><long/></field>
   </event>
 
-  <event name="softirq">
-    <description>The timer softirq is currently runned.</description>
-  </event>
-
   <event name="timer_timeout">
     <description>A timer has expired.</description>
     <field name="pid">
 
   <event name="irq_entry">
     <description>Entry in an irq</description>
-    <field name="irq_id"> <description>IRQ number</description> <uint size="4"/> </field>
+    <field name="irq_id"> <description>IRQ number</description> <uint/> </field>
     <field name="mode"> <description>Are we executing kernel code</description><typeref name="irq_mode"/> </field>
   </event>
 
This page took 0.024068 seconds and 4 git commands to generate.