update
[ltt-control.git] / ltt-control / facilities / kernel.xml
index b314ad3fb9835ee3a92c2529e76e693d3b2f4bf2..32f831eb6667575f03dbae997800755072a98d42 100644 (file)
     <field name="signal"> <description></description> <typeref name="signal_name"/> </field>
   </event>
 
-  <event name="kernel_sched_wait_task">
+  <event name="sched_wait_task">
     <description>Process exit</description>
     <field name="pid"> <description>PID of the process we are waiting for</description> <int/> </field>
     <field name="state"> <description>State of the process we are waiting for : -1 unrunnable, 0 runnable, >0 stopped</description> <long/> </field>
   </event>
 
-  <event name="kernel_sched_try_wakeup">
+  <event name="sched_try_wakeup">
     <description>Process exit</description>
     <field name="pid"> <description>PID of the process we are waiting for</description> <int/> </field>
     <field name="state"> <description>State of the process we are waiting for : -1 unrunnable, 0 runnable, >0 stopped</description> <long/> </field>
   </event>
 
-  <event name="kernel_sched_wakeup_new_task">
+  <event name="sched_wakeup_new_task">
     <description>Process exit</description>
     <field name="pid"> <description>PID of the process we are waiting for</description> <int/> </field>
     <field name="state"> <description>State of the process we are waiting for : -1 unrunnable, 0 runnable, >0 stopped</description> <long/> </field>
   </event>
 
-  <event name="kernel_sched_migrate_task">
+  <event name="sched_migrate_task">
     <description>Process exit</description>
     <field name="pid"> <description>PID of the process we are waiting for</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="dest_cpu"> <description>Destination CPU</description> <int/> </field>
   </event>
 
-  <event name="kernel_sched_schedule">
+  <event name="sched_schedule">
     <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">
     <field name="data"> <description>Tasklet data address</description> <ulong/> </field>
   </event>
 
-  <event name="kernel_kthread_stop">
+  <event name="kthread_stop">
     <description>Process exit</description>
     <field name="pid"> <description>PID of the kthread we stop</description> <int/> </field>
   </event>
 
-  <event name="kernel_kthread_stop_ret">
+  <event name="kthread_stop_ret">
     <description>Process exit</description>
     <field name="retval"> <description>Return value of the kthread_stop call</description> <int/> </field>
   </event>
     </field>
   </event>
 
-
   <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.024257 seconds and 4 git commands to generate.