kernel/tools/perf/Documentation/perf-annotate.txt
.. .. @@ -112,6 +112,12 @@ 112 112 --objdump=<path>:: 113 113 Path to objdump binary. 114 114 115 +--prefix=PREFIX::116 +--prefix-strip=N::117 + Remove first N entries from source file path names in executables118 + and add PREFIX. This allows to display source code compiled on systems119 + with different file system layout.120 +115 121 --skip-missing:: 116 122 Skip symbols that cannot be annotated. 117 123