aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-profdata.rst
diff options
context:
space:
mode:
authorGulfem Savrun Yeniceri <gulfem@google.com>2022-10-05 01:54:04 +0000
committerGulfem Savrun Yeniceri <gulfem@google.com>2022-10-06 17:02:16 +0000
commitda594649fe302bc4cd031e85af6dc43d82d8e334 (patch)
tree3706d58818c97be3285b5119e2df7f31c5afbef9 /llvm/docs/CommandGuide/llvm-profdata.rst
parent9409bbb2e0527336f8a6f163b1a5a791f4556e95 (diff)
downloadllvm-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/llvm-profdata.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-profdata.rst8
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