aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/Documentation/perf-record.txt
diff options
context:
space:
mode:
authorGravatar Alexey Budankov <alexey.budankov@linux.intel.com> 2020-07-17 10:07:03 +0300
committerGravatar Arnaldo Carvalho de Melo <acme@redhat.com> 2020-08-04 08:50:04 -0300
commit68cd3b45b93d07f7e7d853f330d3a37b560b04f2 (patch)
tree130b4edc711d7cae5a83002a3d6126d37310656a /tools/perf/Documentation/perf-record.txt
parentperf stat: Introduce --control fd:ctl-fd[,ack-fd] options (diff)
downloadlinux-68cd3b45b93d07f7e7d853f330d3a37b560b04f2.tar.gz
linux-68cd3b45b93d07f7e7d853f330d3a37b560b04f2.tar.bz2
linux-68cd3b45b93d07f7e7d853f330d3a37b560b04f2.zip
perf record: Extend -D,--delay option with -1 value
Extend -D,--delay option with -1 to start collection with events disabled to be enabled later by 'enable' command provided via control file descriptor. Signed-off-by: Alexey Budankov <alexey.budankov@linux.intel.com> Acked-by: Jiri Olsa <jolsa@redhat.com> Acked-by: Namhyung Kim <namhyung@kernel.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lore.kernel.org/lkml/3e7d362c-7973-ee5d-e81e-c60ea22432c3@linux.intel.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Documentation/perf-record.txt')
-rw-r--r--tools/perf/Documentation/perf-record.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt
index fa8a5fcd27ab..a84376605805 100644
--- a/tools/perf/Documentation/perf-record.txt
+++ b/tools/perf/Documentation/perf-record.txt
@@ -407,8 +407,9 @@ if combined with -a or -C options.
-D::
--delay=::
-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.
+After starting the program, wait msecs before measuring (-1: start with events
+disabled). This is useful to filter out the startup phase of the program, which
+is often very different.
-I::
--intr-regs::