hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
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