| 390 | * July 3: |
| 391 | * Progress so far: |
| 392 | * I am able to convert RTEMS trace output to CTF using babaletrace script. |
| 393 | * I am working on creating a temporary transport mechanism which parses the RTEMS trace shell output from the target to the host. |
| 394 | * Next: |
| 395 | * Trying both of the above steps together. Possibly automate the process. |
| 396 | * Pushing this on the Tracing repository. |
| 397 | * Working on sockets or a transportation API as the method of transporting traces to the host from the target instead of parsing console output. |
| 398 | * July 11: |
| 399 | * Progress so far: |
| 400 | * Created make file to generate trace from fileio sample. |
| 401 | * Tried sockets as a mode of trace transportation. |
| 402 | * Working on babeltrace plugin to convert RTEMS binary format to CTF. |