format.html: still more updates
authorpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 2 Jun 2008 22:34:45 +0000 (22:34 +0000)
committerpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 2 Jun 2008 22:34:45 +0000 (22:34 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2938 04897980-b3bd-0310-b5e0-8ef037075253

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

index 945466613298677438e1e013be56b6b5dd15a4ac..811b6d1be28203aaa7621604f7d80a87b03d78c6 100644 (file)
@@ -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))
This page took 0.023902 seconds and 4 git commands to generate.