[PATCH] D13145: Change sample profile format to hierarchical using inline stack.

Dehao Chen via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 10:58:54 PDT 2015


danielcdh updated this revision to Diff 36007.
danielcdh marked 3 inline comments as done.
danielcdh added a comment.

Integrate comments.


http://reviews.llvm.org/D13145

Files:
  include/llvm/ProfileData/SampleProf.h
  lib/ProfileData/SampleProfReader.cpp
  lib/Transforms/IPO/SampleProfile.cpp
  test/Transforms/SampleProfile/Inputs/bad_discriminator_value.prof
  test/Transforms/SampleProfile/Inputs/bad_fn_header.prof
  test/Transforms/SampleProfile/Inputs/bad_mangle.prof
  test/Transforms/SampleProfile/Inputs/bad_sample_line.prof
  test/Transforms/SampleProfile/Inputs/bad_samples.prof
  test/Transforms/SampleProfile/Inputs/branch.prof
  test/Transforms/SampleProfile/Inputs/calls.prof
  test/Transforms/SampleProfile/Inputs/discriminator.prof
  test/Transforms/SampleProfile/Inputs/entry_counts.prof
  test/Transforms/SampleProfile/Inputs/fnptr.prof
  test/Transforms/SampleProfile/Inputs/inline.prof
  test/Transforms/SampleProfile/Inputs/propagate.prof
  test/Transforms/SampleProfile/Inputs/syntax.prof
  test/Transforms/SampleProfile/inline.ll
  test/Transforms/SampleProfile/syntax.ll
  test/tools/llvm-profdata/Inputs/sample-profile.proftext

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13145.36007.patch
Type: text/x-patch
Size: 33636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150929/ac8aa08e/attachment.bin>


More information about the llvm-commits mailing list