X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fdoc%2Fdeveloper%2Fformat.html;h=811b6d1be28203aaa7621604f7d80a87b03d78c6;hb=c81f8c7f810e772130900d86d374cc23c658b8a2;hp=945466613298677438e1e013be56b6b5dd15a4ac;hpb=1f39128cab7920d0ead8c9059479ba68acc65f1e;p=lttv.git 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))