Displaying 1 result from an estimated 1 matches for "savedargs".
Did you mean:
saveargs
2012 May 22
1
[LLVMdev] unable to decode llvmpro.out for path profiling
...ried as:
$ llvm-prof -A file.ins.bc llvmprof.out
this gives error:
llvm-prof: Unknown packet type #5!
I also tried to decode the "llvmprof.out" manually and found that it dumps
different profile data for different input files.
For example for bzip2.c is dumps like this:
* Pty = 1*
* SavedArgslength=10*
* SavedArgs=(null)*
* *
* 4*<unsigned> random data , that i cant figure out*
* *
* Profile Header: 5*
* functionCount = 47*
* Function Id = 4 NumPathsExecuted = 36*
* path1 : count1*
* path2 : count2 and so on...*
*
*
But also this format is not same for all input file. For...