aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/Documentation
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2014-01-07 14:14:06 -0800
committerArnaldo Carvalho de Melo <acme@redhat.com>2014-01-13 10:06:24 -0300
commit8f3dd2b096c348033e55d4a4fb8c0f672559657e (patch)
tree5914affa62f85b7f6c75b241c9c54296364e3abe /tools/perf/Documentation
parentperf tools: Make perf_event__synthesize_mmap_events global (diff)
downloadlinux-dev-8f3dd2b096c348033e55d4a4fb8c0f672559657e.tar.xz
linux-dev-8f3dd2b096c348033e55d4a4fb8c0f672559657e.zip
perf stat: Fix --delay option in man page
The --delay option was documented as --initial-delay in the manpage. Fix this. Signed-off-by: Andi Kleen <ak@linux.intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Link: http://lkml.kernel.org/r/1389132847-31982-1-git-send-email-andi@firstfloor.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation')
-rw-r--r--tools/perf/Documentation/perf-stat.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Documentation/perf-stat.txt b/tools/perf/Documentation/perf-stat.txt
index 80c7da6732f2..29ee857c09c6 100644
--- a/tools/perf/Documentation/perf-stat.txt
+++ b/tools/perf/Documentation/perf-stat.txt
@@ -133,7 +133,7 @@ use --per-core in addition to -a. (system-wide). The output includes the
core number and the number of online logical processors on that physical processor.
-D msecs::
---initial-delay msecs::
+--delay msecs::
After starting the program, wait msecs before measuring. This is useful to
filter out the startup phase of the program, which is often very different.