fix heartbeat
[lttv.git] / ltt / branches / poly / facilities / core.xml
index d45d8673c29d29d103e3cbe737d8834488a5a6f9..9750b0379af4623d5e74a85b9f09b48b7b98bba7 100644 (file)
@@ -1,14 +1,6 @@
 <facility name=core>
   <description>The core facility contains the basic tracing related events</description>
        
-  <type name=timestamp>
-               <struct>
-                       <field name="seconds"><uint size=4/></field>
-                       <field name="nanoseconds"><uint size=4/></field>
-                       <field name="cycle_count"><uint size=8/></field>
-               </struct>
-  </type>
-
   <event name=facility_load>
     <description>Facility is loaded</description>
                <field name="name"><string/></field>
@@ -31,7 +23,6 @@
      rollovers. Useful when only the 32 LSB of the TSC are saved in events
      header : we save the full 64 bits in this event.
     </description>
-               <field name="timestamp"><typeref name=timestamp/></field>
   </event>
   
   <event name=state_dump_facility_load per_trace>
This page took 0.022561 seconds and 4 git commands to generate.