<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">> Okay. It worked. I have placed it in mis/record directory.<br>
> <br>
> It is a binary file. So I directly made a push to my GitHub rtems-tools <br>
> repository workplace.<br>
> <a href="https://github.com/rmeena840/rtems-tools/commit/70d527dcf8ae8a5026dd1af79e4d27c5adcbdade" rel="noreferrer" target="_blank">https://github.com/rmeena840/rtems-tools/commit/70d527dcf8ae8a5026dd1af79e4d27c5adcbdade</a><br>
> <br>
> Have a look.<br>
<br>
For whatever reason this file has only 98304 bytes. The content looks <br>
all right. So, the next step is to modify the client so that it can read <br>
from a file instead of the TCP stream.<br><br></blockquote><div> </div><div>I am trying to write code to read from the original raw record item.</div><div><br></div><div>Does this follow this structure?</div><div><br></div><div>typedef struct client_item {<br>  union {<br>    SLIST_ENTRY( client_item ) free_node;<br>    RB_ENTRY( client_item )    active_node;<br>  };<br>  uint64_t                     ns;<br>  uint32_t                     cpu;<br>  rtems_record_event           event;<br>  uint64_t                     data;<br>  uint64_t                     counter;<br></div><div>} client_item; </div><div><br></div><div>I am getting wrong value here? I tested with stream data. I am getting the right values from the binary file.</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>