Hi, Thanks for sharing the example.
I managed to store the RTEMs event stream in a file. I have also written the metada for the same but babeltrace is not able to read CTF because metadata is not compatible with it. Do you have any example or approach to make metadata compatible with events? This is CTF event I am storing in event stream file. typedef struct ctf_event { uint64_t ns; uint32_t cpu; rtems_record_event event; uint64_t data; } ctf_event;
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel