On Thu, 21 Jan 2016, Daniel Bristot de Oliveira wrote:
quoted hunk ↗ jump to hunk
Add the description of the --smi comand line option of cyclictest.
"--smi Enable SMI count/detection on processors with SMI count support."
Signed-off-by: Daniel Bristot de Oliveira <redacted>
---
src/cyclictest/cyclictest.8 | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/cyclictest/cyclictest.8 b/src/cyclictest/cyclictest.8
index 4e169aa..437e7a6 100644
--- a/src/cyclictest/cyclictest.8
+++ b/src/cyclictest/cyclictest.8
@@ -188,6 +188,10 @@ memory allocations using the numa(3) policy library. Thread stacks and
data structures are allocated from the NUMA node local to the core to
which the thread is bound. Requires the underlying kernel to have NUMA
support compiled in.
+.TP
+.B \\-\-smi
+Enable SMI count/detection on processors with SMI count support.
+
.SH SEE ALSO
.BR numactl (8),
.\" .br
--
2.5.0
--
Signed-off-by: John Kacur <jkacur@redhat.com>