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