fix format
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 16 May 2006 02:18:18 +0000 (02:18 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 16 May 2006 02:18:18 +0000 (02:18 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1819 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/doc/developer/format.html

index b24e0c0a1ad97e125f29671f846a5c839a47ea48..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
This page took 0.025242 seconds and 4 git commands to generate.