From c81f8c7f810e772130900d86d374cc23c658b8a2 Mon Sep 17 00:00:00 2001 From: pmf Date: Mon, 2 Jun 2008 22:34:45 +0000 Subject: [PATCH] format.html: still more updates git-svn-id: http://ltt.polymtl.ca/svn@2938 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/doc/developer/format.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ltt/branches/poly/doc/developer/format.html b/ltt/branches/poly/doc/developer/format.html index 94546661..811b6d1b 100644 --- a/ltt/branches/poly/doc/developer/format.html +++ b/ltt/branches/poly/doc/developer/format.html @@ -39,8 +39,11 @@ foo/ | |-- modules_0 | |-- modules_1 | |-- modules_... -| `-- processes_0 -| `-- processes_1 +| |-- network_0 +| |-- network_1 +| |-- network_... +| |-- processes_0 +| |-- processes_1 | `-- processes_... |-- cpu_0 |-- cpu_1 @@ -144,8 +147,11 @@ uint8 alignment Yes -> the value indicates the alignment No (0) -> data is packed. uint8 tsc_lsb_truncate + * Used for compact channels uint8 tscbits + * Used for compact channels uint8 compact_data_shift + * Used for compact channels uint32 freq_scale event time is always calculated from : trace_start_time + ((event_tsc - trace_start_tsc) * (freq / freq_scale)) -- 2.34.1