From 99f2111da61a84282e87347b5f4b4a0e2de7ec06 Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 16 May 2006 02:18:18 +0000 Subject: [PATCH] fix format git-svn-id: http://ltt.polymtl.ca/svn@1819 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/doc/developer/format.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1