[llvm-profdata] Support -detailed-summary for Sample Profile
authorWenlei He <aktoon@gmail.com>
Sat, 2 May 2020 15:34:10 +0000 (08:34 -0700)
committerWenlei He <aktoon@gmail.com>
Wed, 6 May 2020 01:28:22 +0000 (18:28 -0700)
commit17fc6518608fa4bffda12c5a86dd154bcfdbee88
treec1c46054a1ecb56f57ef1855a5599a2073c6c182
parent89c7451c35919a95aa654c6ff5204d3ceb37dd3d
[llvm-profdata] Support -detailed-summary for Sample Profile

Summary: Add -detailed-summary support for sample profile dump to match that of instrumentation profile.

Reviewers: wmi, davidxl, hoyFB

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D79291
llvm/include/llvm/IR/ProfileSummary.h
llvm/lib/IR/ProfileSummary.cpp
llvm/test/tools/llvm-profdata/general.proftext
llvm/test/tools/llvm-profdata/sample-summary.test [new file with mode: 0644]
llvm/tools/llvm-profdata/llvm-profdata.cpp