From 1a1be10bbd5b58016df4cfe357a2e9b3d7cafd46 Mon Sep 17 00:00:00 2001 From: Daniel Bristot de Oliveira Date: Thu, 21 Jan 2016 16:08:30 -0200 Subject: cyclictest: Add --smi description on cyclictest man page 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 Signed-off-by: John Kacur --- 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 -- cgit 1.2.3-korg