update facilities
[ltt-control.git] / ltt-control / facilities / kernel.xml
index b314ad3fb9835ee3a92c2529e76e693d3b2f4bf2..cb6992d3cede24d93a7fc1a5cc6cd6f98d44e05d 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="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>
This page took 0.024234 seconds and 4 git commands to generate.