diff options
author | Gulfem Savrun Yeniceri <gulfem@google.com> | 2022-10-05 01:54:04 +0000 |
---|---|---|
committer | Gulfem Savrun Yeniceri <gulfem@google.com> | 2022-10-06 17:02:16 +0000 |
commit | da594649fe302bc4cd031e85af6dc43d82d8e334 (patch) | |
tree | 3706d58818c97be3285b5119e2df7f31c5afbef9 /llvm/docs/CommandGuide | |
parent | 9409bbb2e0527336f8a6f163b1a5a791f4556e95 (diff) | |
download | llvm-da594649fe302bc4cd031e85af6dc43d82d8e334.zip llvm-da594649fe302bc4cd031e85af6dc43d82d8e334.tar.gz llvm-da594649fe302bc4cd031e85af6dc43d82d8e334.tar.bz2 |
[InstrProf] Add version into llvm-profdata
This patch adds support of printing profile version
into llvm-profdata which was proposed in:
https://discourse.llvm.org/t/llvm-profdata-failure-guarantees-for-code-coverage/64924
Differential Revision: https://reviews.llvm.org/D135317
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-profdata.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index 17de378..e99593e5 100644 --- a/llvm/docs/CommandGuide/llvm-profdata.rst +++ b/llvm/docs/CommandGuide/llvm-profdata.rst @@ -245,6 +245,10 @@ OPTIONS Print details for every function. +.. option:: --binary-ids + + Print embedded binary ids in a profile. + .. option:: --counts Print the counter values for the displayed functions. @@ -297,6 +301,10 @@ OPTIONS Only output names of functions whose max count value are below the cutoff value. +.. option:: --profile-version + + Print profile version. + .. option:: --showcs Only show context sensitive profile counts. The default is to filter all |