<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; I'm actually trying to profile kaffe. In this process, I'm printing some arguments to a file.</DIV>
<DIV>Say for example If I have a function called gcmalloc in kaffe, I put a hook as follows:</DIV>
<DIV>&nbsp;</DIV>
<DIV>extern FILE *outfp; //outfp points to my trace file&nbsp;</DIV>
<DIV>fprintf(outfp,"%p %d\n",mem,sz);</DIV>
<DIV>&nbsp;</DIV>
<DIV>I expect the trace file to be in a fixed format something like this:</DIV>
<DIV>&nbsp;</DIV>
<DIV>0x1234&nbsp;22</DIV>
<DIV>0x2345 34</DIV>
<DIV>.....</DIV>
<DIV>&nbsp;</DIV>
<DIV>But I see something like</DIV>
<DIV>&nbsp;</DIV>
<DIV>0x1234 220x2345 34</DIV>
<DIV>&nbsp;</DIV>
<DIV>I used fflush(outfp) but I really cannot print something to a file in the format that I want.</DIV>
<DIV>The format is really important for my analysis. Can anyone please help me with this and let me know how to print to a file in the format that I want in kaffe.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,</DIV>
<DIV>Sita.</DIV>
<DIV>&nbsp;</DIV><p>
                <hr size=1>Do you Yahoo!?<br>
<a href="http://us.rd.yahoo.com/mail_us/taglines/100/*http://promotions.yahoo.com/new_mail/static/efficiency.html">New and Improved Yahoo! Mail</a> - 100MB free storage!