<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I just checked out the original version with some minor edits. This output should be enough to figure out how it works.<br>
<br>
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:</blockquote><div>Thanks for the clarification.</div><div> </div><div>I tried to check if we are getting RTEMS_RECORD_THREAD_ID in prtin_item() or not.</div><div><br></div><div>I did following thing in print_item() but nothing is shown in the console output:</div><div><br></div>  if(item->event == RTEMS_RECORD_THREAD_ID){<br>    printf("this thing is present\n");<br><div>  } </div><div><br></div></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><font size="4"><b>Ravindra Kumar Meena</b></font>,<div><span style="color:rgb(102,102,102)">B. Tech. Computer Science and Engineering,<br></span></div><div><span style="color:rgb(102,102,102)"><a href="https://www.iitism.ac.in/" style="color:rgb(17,85,204)" target="_blank">Indian Institute of Technology (Indian School of Mines)</a>, Dhanbad</span></div></div></div></div></div></div>