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

Changes between Version 66 and Version 67 of GSoC/2019


Ignore:
Timestamp:
08/07/19 15:48:17 (5 years ago)
Author:
Ravindra Kumar Meena
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2019

    v66 v67  
    172172     * Implement mapping in C and store the thread_id and thread_name in map. eg. [thread_id]->[thread_name].
    173173
    174 
     174* August 7
     175   * Progress so far :
     176     * Retrieved thread id and thread names from RTEMS target and stored in the table.
     177     * Populated the table to sched_switch event in client-side so that thread can have the name.
     178     * Detected the IDLE/RUNNING state of thread and set the value according to thread state(IDLE/RUNNING).
     179     * Did some code cleanup in both metadata and client-side.
     180   * Next :
     181     * Generate metadata from client-side.
     182     * Produce documentation.
     183     * Code Optimization.
    175184
    176185== Nils Hölscher==