diff options
Diffstat (limited to 'tools/perf/builtin-record.c')
-rw-r--r-- | tools/perf/builtin-record.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/builtin-record.c b/tools/perf/builtin-record.c index d0d02a811ecd..4fdad06d37db 100644 --- a/tools/perf/builtin-record.c +++ b/tools/perf/builtin-record.c | |||
@@ -839,6 +839,8 @@ struct option __record_options[] = { | |||
839 | "use per-thread mmaps"), | 839 | "use per-thread mmaps"), |
840 | OPT_BOOLEAN('I', "intr-regs", &record.opts.sample_intr_regs, | 840 | OPT_BOOLEAN('I', "intr-regs", &record.opts.sample_intr_regs, |
841 | "Sample machine registers on interrupt"), | 841 | "Sample machine registers on interrupt"), |
842 | OPT_BOOLEAN(0, "running-time", &record.opts.running_time, | ||
843 | "Record running/enabled time of read (:S) events"), | ||
842 | OPT_END() | 844 | OPT_END() |
843 | }; | 845 | }; |
844 | 846 | ||