aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation/perf-record.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/Documentation/perf-record.txt')
-rw-r--r--tools/perf/Documentation/perf-record.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt
index c407897f0435..82bffac036e1 100644
--- a/tools/perf/Documentation/perf-record.txt
+++ b/tools/perf/Documentation/perf-record.txt
@@ -209,6 +209,10 @@ overrides that and uses per-thread mmaps. A side-effect of that is that
209inheritance is automatically disabled. --per-thread is ignored with a warning 209inheritance is automatically disabled. --per-thread is ignored with a warning
210if combined with -a or -C options. 210if combined with -a or -C options.
211 211
212--initial-delay msecs::
213After starting the program, wait msecs before measuring. This is useful to
214filter out the startup phase of the program, which is often very different.
215
212SEE ALSO 216SEE ALSO
213-------- 217--------
214linkperf:perf-stat[1], linkperf:perf-list[1] 218linkperf:perf-stat[1], linkperf:perf-list[1]