Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 39 and Version 40 of GSoC/2019


Ignore:
Timestamp:
06/26/19 16:07:38 (5 years ago)
Author:
Ravindra Kumar Meena
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2019

    v39 v40  
    109109     * Improve the CTF metadata file.
    110110     * Figure out how babeltrace reads an arbitrary CTF session(CTF+event stream).
     111
     112* June 26
     113   * Progress so far :
     114     * Stored the stream data generated by QEMU target in disk.
     115       https://github.com/rmeena840/rtems-tools/commit/f68b5031f4e6f847239effe677701635316b12fb
     116     * Wrote the metadata file for the stored stream data file. It's working fine. The babeltrace is able to print the all values.
     117       https://github.com/rmeena840/rtems-tools/commit/c0035feab6d99b4aeecdd0d76b049f3e2c7aa9ef
     118   * Next :
     119     * Record a raw record item stream produced by the Qemu target via the nc tool in a file (not more than 100KiB) and add this file to rtems-tools.
     120     * Modify the record-client program to read from a file if a --input=<FILE> command line option is given.
    111121
    112122== Nils Hölscher==