<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">This is also a global variable:<br>
<br>
+  static bool ts_recevied[ RTEMS_RECORD_CLIENT_MAXIMUM_CPU_COUNT ] = { <br>
false };<br>
<br>
Please don't modify flush_items(), add everything to print_item().<br>
<br>
You don't need this extra boolean flag, just use<br>
<br>
if (timestamp_begin == 0) {<br>
   timestamp_begin = item->ns;<br>
}<br>
<br>
timestamp_end = item->ns;<br></blockquote><div><br></div><div>Have made changes.</div><div><br></div><div><a href="https://github.com/rmeena840/rtems-tools/commit/10c17a29a3810cfd2efc96636032d76a0241321a">https://github.com/rmeena840/rtems-tools/commit/10c17a29a3810cfd2efc96636032d76a0241321a</a> </div><div><br></div><div>I have also added packet_size and content_size in both client and metadata.</div><div><br></div><div><a href="https://github.com/rmeena840/rtems-tools/commit/88a53f93865fb54f8bcf2afc323baba3feac98c3">https://github.com/rmeena840/rtems-tools/commit/88a53f93865fb54f8bcf2afc323baba3feac98c3</a><br></div><div><br></div><div><a href="https://github.com/rmeena840/rtems-tools/commit/2e4c130f42352df3333427ebafd7c36b1443f16c">https://github.com/rmeena840/rtems-tools/commit/2e4c130f42352df3333427ebafd7c36b1443f16c</a><br></div><div><br></div><div>Since our binary stream files do not have struct padding so both should be equal in values.</div><div><br></div><div>Have a look.</div><div><br></div><div>Tested on AWS. No warnings.</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>