Add config.h support : will fix the LARGEFILE problem
[lttv.git] / genevent / core.xml
index 1b7cd1b9766d2df4314b3342b36077bd196cb90e..bf7eba07685119b8559d3f82842d01a1cf389610 100644 (file)
     </struct>
   </event>
 
-  <event name=block_start>
-    <description>Block start timestamp</description>
-    <struct>
-    <field name="timestamp"><typeref name=timestamp/></field>
-    <field name="block_id"><uint size=4/></field>
-    </struct>
-  </event>
-
-  <event name=block_end>
-    <description>Block end timestamp</description>
-    <struct>
-      <field name="timestamp"><typeref name=timestamp/></field>
-      <field name="block_id"><uint size=4/></field>
-    </struct>
-  </event>
-
-  <type name=timestamp>
-    <struct>
-      <field name="time"><typeref name=timespec/></field>
-      <field name="cycle_count"><uint size=8/></field>
-    </struct>
-  </type>
-
-  <type name=timespec>
-    <struct>
-      <field name="seconds"><uint size=4/></field>
-      <field name="nanoseconds"><uint size=4/></field>
-    </struct>
-  </type>
-
 </facility>
This page took 0.023579 seconds and 4 git commands to generate.