----- Am 2. Aug 2019 um 18:09 schrieb Ravindra Kumar Meena rmeena...@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. _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel