From: compudj Date: Tue, 16 May 2006 02:18:18 +0000 (+0000) Subject: fix format X-Git-Tag: v0.12.20~1670 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=99f2111da61a84282e87347b5f4b4a0e2de7ec06;p=lttv.git fix format git-svn-id: http://ltt.polymtl.ca/svn@1819 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/doc/developer/format.html b/ltt/branches/poly/doc/developer/format.html index b24e0c0a..254700af 100644 --- a/ltt/branches/poly/doc/developer/format.html +++ b/ltt/branches/poly/doc/developer/format.html @@ -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