fix for smp cfv, fix convert bug for 2.2 format, add task release event handling
[lttv.git] / ltt / branches / poly / ltt / convert / core.xml
index c7c2449b4cad53efc654b329cb78d88efb31db5b..b1b23d6159b649ae37bf6bcabc58a09c6e81e9ed 100644 (file)
@@ -86,6 +86,7 @@
           <label name=TRACE_EV_PROCESS_WAIT/>
           <label name=TRACE_EV_PROCESS_SIGNAL/>
           <label name=TRACE_EV_PROCESS_WAKEUP/>
+          <label name=TRACE_EV_PROCESS_RELEASE/>
         </enum> 
       </field>
        
   </type>
 
 
+  <event name=process_fork>
+    <description>Fork a new process</description>
+    <struct>
+      <field name="child_pid"> <description>Data associated with event</description> <uint size=4/> </field>
+      <field name="event_data2"> <description>Data associated with event</description> <uint size=4/> </field>
+     </struct>
+  </event>
+
+  <event name=process_exit>
+    <description>Exit from a process</description>
+    <struct>
+      <field name="event_data1"> <description>Data associated with event</description> <uint size=4/> </field>
+      <field name="event_data2"> <description>Data associated with event</description> <uint size=4/> </field>
+     </struct>
+  </event>
+
 </facility>
 
 
This page took 0.022823 seconds and 4 git commands to generate.