Dear Members, I am working on path profiling, but command llvm-prof cannot read path profile info. Making llvm-prof to be able to read PP info is so wonderful. But I cannot find the format of PP. Could anyone give me the document of path profile info format so that I could modify llvm-prof. Thank you in advance Linh Ho -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110522/0dc5cbd3/attachment.html>
Hi, Linh> find the format of PP. Could anyone give me the document of path profile info > format so that I could modify llvm-prof.Implementation of Path Profiling in the Low-Level Virtual-Machine (LLVM) Compiler Infrastructure http://llvm.org/pubs/2010-12-Preuss-PathProfiling.html HTH. Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667
Hi, Here is a link to my document on PP. On page 4, it has the format of the path profile. http://lists.cs.uiuc.edu/pipermail/llvmdev/attachments/20100823/db8abfb3/attachment-0001.pdf Cheers, Adam On 2011-05-22, at 9:31 PM, Linh Ho Tran wrote:> Dear Members, > > I am working on path profiling, but command llvm-prof cannot read path profile info. Making llvm-prof to be able to read PP info is so wonderful. But I cannot find the format of PP. Could anyone give me the document of path profile info format so that I could modify llvm-prof. > > Thank you in advance > > Linh Ho-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110523/e3aded59/attachment.html>
You can find the link to this document in llvm.org/pubs. Although a search in llvm.org/docs won't find it for you. Let me know if there's a specific place in the docs where we should hang a link. -Andy On May 23, 2011, at 9:26 AM, Adam Preuss wrote:> Hi, > > Here is a link to my document on PP. On page 4, it has the format of the path profile. > > http://lists.cs.uiuc.edu/pipermail/llvmdev/attachments/20100823/db8abfb3/attachment-0001.pdf > > Cheers, > > Adam > > On 2011-05-22, at 9:31 PM, Linh Ho Tran wrote: > >> Dear Members, >> >> I am working on path profiling, but command llvm-prof cannot read path profile info. Making llvm-prof to be able to read PP info is so wonderful. But I cannot find the format of PP. Could anyone give me the document of path profile info format so that I could modify llvm-prof. >> >> Thank you in advance >> >> Linh Ho >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110523/8c4b867d/attachment.html>