No subject

Diego Novillo dnovillo at google.com
Thu Jul 31 08:32:47 PDT 2014


This patch adds a new command 'convert' to tools/llvm-profdata.
The conversion takes three basic arguments: profile file, ELF
binary and the name of the output LLVM sample profile:

$ llvm-profdata convert --type=perf --binary=a.out -o profile.llvm perf.data

Other sample profilers can be specified with --type. Right now,
we only support Linux Perf.

If anyone is interested in adding other profilers, please let me
know. It will be very helpful to me in the process of
generalizing the current implementation, which is naturally tied
to Linux Perf.


Diego.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-sample-profile-converter-llvm-profdata.diff
Type: text/x-diff
Size: 4820 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140731/3c0ba335/attachment.diff>


More information about the llvm-commits mailing list