GSoC Project | Basic Support for Trace Compass

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Aug 2 16:32:49 UTC 2019


----- Am 2. Aug 2019 um 18:09 schrieb Ravindra Kumar Meena rmeena840 at gmail.com:

>>
>> I just checked out the original version with some minor edits. This output
>> should be enough to figure out how it works.
>>
>> You have to extend the switch case in print_item() to check for
>> RTEMS_RECORD_THREAD_ID and RTEMS_RECORD_THREAD_NAME. The thread name events
>> contain the bytes in the data field. For the encoding see:
> 
> Thanks for the clarification.
> 
> I tried to check if we are getting RTEMS_RECORD_THREAD_ID in prtin_item()
> or not.
> 
> I did following thing in print_item() but nothing is shown in the console
> output:
> 
>  if(item->event == RTEMS_RECORD_THREAD_ID){
>    printf("this thing is present\n");
>  }


I checked in a fix for this problem.



More information about the devel mailing list