hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/tools/perf/Documentation/perf-annotate.txt
....@@ -112,6 +112,12 @@
112112 --objdump=<path>::
113113 Path to objdump binary.
114114
115
+--prefix=PREFIX::
116
+--prefix-strip=N::
117
+ Remove first N entries from source file path names in executables
118
+ and add PREFIX. This allows to display source code compiled on systems
119
+ with different file system layout.
120
+
115121 --skip-missing::
116122 Skip symbols that cannot be annotated.
117123