<div dir="ltr"><div><div><div><div>Thank you. I've compiled giri, and looked through the source code. It seems like it should do exactly what I want (record each basic block execution)<br></div>By inspecting the test Makefiles, I can see how to generate an instrumented binary, "example.trace.exe", and running the instrumented binary produces a trace file "example.trace".<br>

<br></div>Presumably, the basic block execution profile is stored in these trace files. But it's not entirely clear to me how to interpret the resulting .trace file. EntryCache doesn't provide any methods for actually reading cache contents.<br>

<br></div>Could you point me in the right direction for how to extract basic block execution profile information from a trace file? <br><br></div>thank you for the help!<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Mon, Aug 18, 2014 at 2:04 AM, Sahoo, Swarup Kumar <span dir="ltr"><<a href="mailto:ssahoo2@illinois.edu" target="_blank">ssahoo2@illinois.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






<div bgcolor="#FFFFFF">
<div style="direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt">Yes, the latest version can be downloaded from here
<a href="https://github.com/liuml07/giri" target="_blank">https://github.com/liuml07/giri</a> . The LLVM instrumentation code is in
<span><a href="https://github.com/liuml07/giri/blob/master/lib/Giri/TracingNoGiri.cpp" title="TracingNoGiri.cpp" target="_blank">TracingNoGiri.cpp</a>
 file and runtime code in Tracing.cpp. <br>
<br>
You may need to delete other unnecessary instrumentation code which you don't need.<br>
<br>
Thanks,<br>
Swarup.<br>
<br>
</span>
<div style="font-family:Times New Roman;color:#000000;font-size:16px">
<hr>
<div style="direction:ltr"><font color="#000000" face="Tahoma"><b>From:</b> John Criswell [<a href="mailto:jtcriswel@gmail.com" target="_blank">jtcriswel@gmail.com</a>]<br>
<b>Sent:</b> Sunday, August 17, 2014 2:25 PM<br>
<b>To:</b> Eric Soderstrom; llvmdev<br>
<b>Cc:</b> Sahoo, Swarup Kumar<br>
<b>Subject:</b> Re: [LLVMdev] generating a dynamic callgraph with llvm-prof<br>
</font><br>
</div><div><div class="h5">
<div></div>
<div>
<div>Dear Eric,<br>
<br>
Swarup and I wrote a dynamic slicing system called Giri several years ago that recorded the execution of every call instruction.  It's not in the LLVM tree, and I don't think it works with the latest version of LLVM, but it'll give you what you want.<br>


<br>
Swarup, is that code publicly available somewhere?<br>
<br>
Regards,<br>
<br>
John Criswell<br>
<br>
On 8/17/14, 12:40 PM, Eric Soderstrom wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>One can use "-insert-edge-profiling" with opt to collect general metrics (frequency of function execution, frequency of basic block execution). But I'd like to record all call information. So every time a function call is made, I'd like to record [calling
 function name, callee function name]<br>
<br>
</div>
Is this feasible with with llvm-prof and any of the existing profiling options?<br>
</div>
<br>
<fieldset></fieldset> <br>
<pre>_______________________________________________
LLVM Developers mailing list
<a href="mailto:LLVMdev@cs.uiuc.edu" target="_blank">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
</pre>
</blockquote>
<br>
</div>
</div></div></div>
</div>
</div>

</blockquote></div><br><br clear="all"><br>-- <br>Eric Söderström<br>MIT  -  2012
</div>