From: pmf Date: Mon, 2 Jun 2008 22:34:45 +0000 (+0000) Subject: format.html: still more updates X-Git-Tag: v0.12.20~551 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=c81f8c7f810e772130900d86d374cc23c658b8a2 format.html: still more updates git-svn-id: http://ltt.polymtl.ca/svn@2938 04897980-b3bd-0310-b5e0-8ef037075253 --- 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))