30 lines
914 B
Diff
30 lines
914 B
Diff
|
From d2ded8b1e863d3c7fd47e3f9a875fb9e6968ff61 Mon Sep 17 00:00:00 2001
|
||
|
From: Oscar Shiang <oscar0225@livemail.tw>
|
||
|
Date: Thu, 30 Dec 2021 21:41:58 +0800
|
||
|
Subject: [PATCH 2/2] rt-tests: oslat.8: Remove the argument of --bias
|
||
|
|
||
|
The option --bias does not require an argument and the bias should
|
||
|
be estimated later.
|
||
|
|
||
|
There is no need to provide USEC to --bias option.
|
||
|
|
||
|
Signed-off-by: Oscar Shiang <oscar0225@livemail.tw>
|
||
|
Signed-off-by: John Kacur <jkacur@redhat.com>
|
||
|
|
||
|
diff --git a/src/oslat/oslat.8 b/src/oslat/oslat.8
|
||
|
index 4b28abd24425..39b36df0db3f 100644
|
||
|
--- a/src/oslat/oslat.8
|
||
|
+++ b/src/oslat/oslat.8
|
||
|
@@ -18,7 +18,7 @@ TSC information and measuring the time frequently during the process.
|
||
|
.B \-b, \-\-bucket-size=N
|
||
|
Specify the number of the buckets (4-1024).
|
||
|
.TP
|
||
|
-.B \-B, \-\-bias=USEC
|
||
|
+.B \-B, \-\-bias
|
||
|
Add a bias to all the buckets using the estimated mininum.
|
||
|
.TP
|
||
|
.B \-c, \-\-cpu-list=CPULIST
|
||
|
--
|
||
|
2.27.0
|
||
|
|