hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/tools/perf/Documentation/perf-inject.txt
....@@ -24,8 +24,12 @@
2424 OPTIONS
2525 -------
2626 -b::
27
---build-ids=::
27
+--build-ids::
2828 Inject build-ids into the output stream
29
+
30
+--buildid-all:
31
+ Inject build-ids of all DSOs into the output stream
32
+
2933 -v::
3034 --verbose::
3135 Be more verbose.
....@@ -66,4 +70,5 @@
6670
6771 SEE ALSO
6872 --------
69
-linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-archive[1]
73
+linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-archive[1],
74
+linkperf:perf-intel-pt[1]