On 19/06/2019 12:02, Ravindra Kumar Meena wrote:

We have to turn record-client into something like this:

target --> TCP stream with struct rtems_record_items -> client ->
conversion -> CTF (metadata + event stream) -> files -> babeltrace ->
human readable text

Here in CTF (metadata + event stream), is event stream the same Event Recording infrastructure producing or is it a new event stream we have to make target to produce?

I am not sure how we have to store the event stream in a file? I once used nc(1) to store in the disk but the stored file didn't seem useful for work.

In the modified print_item() function just write the converted item with fwrite() to a file.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to