* [ltt-dev] Stub for ltt trace file format
@ 2010-08-17 21:51 Matthew Khouzam
2010-08-17 22:01 ` Mathieu Desnoyers
0 siblings, 1 reply; 2+ messages in thread
From: Matthew Khouzam @ 2010-08-17 21:51 UTC (permalink / raw)
Hello world,
I am working on a java implementation of the trace file format. This is
a great chance to make documentation catch up a bit to the code. I
started a wiki article here :
http://lttng.org/tracingwiki/index.php/Tracing_file_format . Comments
are more than welcome.
If you see
??? it means I have no idea.
? means I think it should do something but I would appreciate confirmation.
Matthew
^ permalink raw reply [flat|nested] 2+ messages in thread
* [ltt-dev] Stub for ltt trace file format
2010-08-17 21:51 [ltt-dev] Stub for ltt trace file format Matthew Khouzam
@ 2010-08-17 22:01 ` Mathieu Desnoyers
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Desnoyers @ 2010-08-17 22:01 UTC (permalink / raw)
* Matthew Khouzam (matthew.khouzam at ericsson.com) wrote:
> Hello world,
>
> I am working on a java implementation of the trace file format. This is
> a great chance to make documentation catch up a bit to the code. I
> started a wiki article here :
> http://lttng.org/tracingwiki/index.php/Tracing_file_format . Comments
> are more than welcome.
> If you see
> ??? it means I have no idea.
> ? means I think it should do something but I would appreciate confirmation.
Note that this header is repeated at each sub-buffer.
Data Size? 4 ???
Data size is the size, in bytes, of data present in the sub-buffer.
Events Lost ? 4 Number of lost events
This is a free-running 32-bit counter. So you can know how many events
were lost between two sub-buffers headers.
Subbuffer Corrupt ? 4
Free running 32-bit counter. Keeps track of the number of sub-buffers
that were corrupted.
Mathieu
>
> Matthew
>
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
>
--
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-08-17 22:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-17 21:51 [ltt-dev] Stub for ltt trace file format Matthew Khouzam
2010-08-17 22:01 ` Mathieu Desnoyers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox