[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200619133412.50705-2-ravi.bangoria@linux.ibm.com>
Date: Fri, 19 Jun 2020 19:04:12 +0530
From: Ravi Bangoria <ravi.bangoria@...ux.ibm.com>
To: acme@...hat.com
Cc: ravi.bangoria@...ux.ibm.com, jolsa@...hat.com,
linux-kernel@...r.kernel.org
Subject: [PATCH 2/2] perf record: Fix --switch-output=time documentation
perf record man page uses word 'size' while describing
--switch-output=time option. Fix that.
Signed-off-by: Ravi Bangoria <ravi.bangoria@...ux.ibm.com>
---
tools/perf/Documentation/perf-record.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt
index fa8a5fcd27ab..5256f5e12dde 100644
--- a/tools/perf/Documentation/perf-record.txt
+++ b/tools/perf/Documentation/perf-record.txt
@@ -540,7 +540,7 @@ based on 'mode' value:
"signal" - when receiving a SIGUSR2 (default value) or
<size> - when reaching the size threshold, size is expected to
be a number with appended unit character - B/K/M/G
- <time> - when reaching the time threshold, size is expected to
+ <time> - when reaching the time threshold, time is expected to
be a number with appended unit character - s/m/h/d
Note: the precision of the size threshold hugely depends
--
2.17.1
Powered by blists - more mailing lists