search for: libpathprofile_rt

Displaying 3 results from an estimated 3 matches for "libpathprofile_rt".

2009 Jul 10
0
[LLVMdev] Path profiling interface proposal
...k in setups that use the machine's native linker as long as it links in libprofile_rt? Is libprofile_rt built during the LLVM build process? Is the intent for libprofile_rt to be the home for all profiling runtime or just path profiling? If the latter, I'd suggest a different name, like libpathprofile_rt. I'm not knowledgeable about the LLVM profiling infrastructure, so maybe libprofile_rt is something that already exists. > PathProfileInfo& profileInfo = getAnalysis <PathProfileInfo>(); PathProfileInfo is an ImmutablePass, yes? > /* > * The following method allows quer...
2009 Jul 10
3
[LLVMdev] Path profiling interface proposal
Hello, I am planning on contributing path profiling to LLVM by the end of August. I have written a document of what the interface to the path profiles would look like at that time. If someone has any amendments, I can incorporate them. http://www.cs.ualberta.ca/~pejic/PathProfiling.html Slobodan Pejic
2009 Jul 11
1
[LLVMdev] Path profiling interface proposal
...module with main first. My Instrumetor is similar in structure. > > Is libprofile_rt built during the LLVM build process? Is the intent for > libprofile_rt to be the home for all profiling runtime or just path > profiling? If the latter, I'd suggest a different name, like > libpathprofile_rt. I'm not knowledgeable about the LLVM profiling > infrastructure, so maybe libprofile_rt is something that already exists. Yes, libprofile_rt already exists, however it must be built by invoking make in runtime/. > >> PathProfileInfo& profileInfo = getAnalysis <PathProfi...