<div dir="ltr"><div class="gmail_quote"><div>Hi,</div><div><br></div><div>I was able to store the event stream in file. I have sent the patch for the same. It has only one warning that I have to discuss with you. </div><div><br></div><div>../misc/record/record-main.c:172:14: warning: ‘ns’ may be used uninitialized in this function [-Wmaybe-uninitialized]<br>   ctf_item.ns=ns;<br>              ^<br>../misc/record/record-main.c:147:12: note: ‘ns’ was declared here<br>   uint32_t ns;<br></div><div><br></div><div>The ns value is uninitialized because it is not able to receive the value from if block. Should I make </div><div>    uint32_t seconds;<br>    uint32_t nanoseconds;<br></div><div><br></div><div>above the block? </div><div><br></div><div>Thanks</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>