From: Ellis Hoag Date: Thu, 6 Oct 2022 22:17:30 +0000 (-0700) Subject: [llvm-profdata] Add some missing options to docs X-Git-Tag: upstream/17.0.6~31314 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e09c958dcccf7b62824c03e155e53f07783ace06;p=platform%2Fupstream%2Fllvm.git [llvm-profdata] Add some missing options to docs I forgot to add documentation for these options when I added them to the `show` command, so add them now. Reviewed By: phosek Differential Revision: https://reviews.llvm.org/D135383 --- diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index e99593e..e3850c6 100644 --- a/llvm/docs/CommandGuide/llvm-profdata.rst +++ b/llvm/docs/CommandGuide/llvm-profdata.rst @@ -320,6 +320,17 @@ OPTIONS Show basic information about each section in the profile. This option is only meaningful for sample-based profile in extbinary format. +.. option:: --debug-info= + + Specify the executable or ``.dSYM`` that contains debug info for the raw profile. + When ``-debug-info-correlate`` was used for instrumentation, use this option + to show the correlated functions from the raw profile. + +.. option:: --covered + + Show only the functions that have been executed, i.e., functions with non-zero + counts. + .. program:: llvm-profdata overlap .. _profdata-overlap: