Hi, all I'm using profiling mechanism provided by LLVM. What I did is, $ ./${LLVM_SRC}/utils/profile.pl hello.bc But it turned out that llvm-prof failed to interpret the profile dump, llvm-prof gave me the error message below. llvm-prof: Unknown packet type #5! Any idea? Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667
陳韋任 <chenwj <at> iis.sinica.edu.tw> writes:> > Hi, all > > I'm using profiling mechanism provided by LLVM. > What I did is, > > $ ./${LLVM_SRC}/utils/profile.pl hello.bc > > But it turned out that llvm-prof failed to interpret > the profile dump, llvm-prof gave me the error message > below. > > llvm-prof: Unknown packet type #5! > > Any idea? > > Regards, > chenwj >Hi guys I am interesting in using the LLVM path profiling tool. Is this problem resolved or not? -Michael
Wim Vander Schelden
2011-Nov-07 15:10 UTC
[LLVMdev] Failed to decode profile dump with llvm-prof
I'm having the same problem. Does anyone know what's causing this? Kind regards, Wim On Wed, Nov 2, 2011 at 3:07 AM, Michael <michael.humor at gmail.com> wrote:> 陳韋任 <chenwj <at> iis.sinica.edu.tw> writes: > > > > > Hi, all > > > > I'm using profiling mechanism provided by LLVM. > > What I did is, > > > > $ ./${LLVM_SRC}/utils/profile.pl hello.bc > > > > But it turned out that llvm-prof failed to interpret > > the profile dump, llvm-prof gave me the error message > > below. > > > > llvm-prof: Unknown packet type #5! > > > > Any idea? > > > > Regards, > > chenwj > > > > Hi guys > > I am interesting in using the LLVM path profiling tool. Is this problem > resolved > or not? > > -Michael > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111107/ed1987ea/attachment.html>
Possibly Parallel Threads
- [LLVMdev] Failed to decode profile dump with llvm-prof
- [LLVMdev] Failed to decode profile dump with llvm-prof
- [LLVMdev] Failed to decode profile dump with llvm-prof
- [LLVMdev] Failed to decode profile dump with llvm-prof
- Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.