diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-profdata.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-profdata.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index e99593e5..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=<path> + + 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: |