update scripts
[lttv.git] / ltt / branches / poly / doc / developer / format.html
index 4f92153030fd20af82a54447de5c9a4a5de80a98..254700af8f61cc5bf013073da06dc5a356dc9b19 100644 (file)
@@ -173,7 +173,7 @@ uint8 has_alignment
        * Is the information in this trace aligned ?
                Yes (1) -> aligned on min(arch size, atomic data size).
                No (0) -> data is packed.
-uint328 freq_scale
+uint32 freq_scale
                event time is always calculated from :
                        trace_start_time + ((event_tsc - trace_start_tsc) * (freq / freq_scale))
 uint64 start_freq
@@ -377,6 +377,20 @@ following event types.
   </struct>
 </event>
 
+<event name=state_dump_facility_load>
+  <description>Facility used in the trace</description>
+  <struct>
+    <field name="name"><string/></field>
+    <field name="checksum"><uint size=4/></field>
+    <field name="id"><uint size=4/></field>
+    <field name="int_size"><uint size=4/></field>
+    <field name="long_size"><uint size=4/></field>
+    <field name="pointer_size"><uint size=4/></field>
+    <field name="size_t_size"><uint size=4/></field>
+    <field name="has_alignment"><uint size=4/></field>
+  </struct>
+</event>
+
 <event name=time_heartbeat>
   <description>System time values sent periodically to minimize cycle counter 
     drift with respect to real time clock and to detect cycle counter
This page took 0.023711 seconds and 4 git commands to generate.