doc: fix acrntrace parameter documentation

Fix missing parameter documentation, and a misspelling

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-07-06 00:19:04 -07:00 committed by David Kinder
parent 0cb7b0417a
commit 8d3847d216

View File

@ -19,9 +19,9 @@ Options:
-h print this message
-i period specify polling interval in milliseconds [1-999]
-t max time to capture trace data (in second)
-t max_time max time to capture trace data (in second)
-c clear the buffered old data
-r minimal amount (in MB) of free space kept on the disk
-r free_space amount of free space (in MB) remaining on the disk
before acrntrace stops
The ``acrntrace_format.py`` is a offline tool for parsing trace data (as output
@ -56,7 +56,7 @@ An example *formats_file* is available in the acrn_hypervisor repo in
``hypervisor/tools/acrntrace/scripts/formats``.
The ``acrnalyze.py`` is a offline tool to analyze trace data (as output by
acrntrace) based on given analyser, such as ``vm_exit`` or ``irq``.
acrntrace) based on given analyzer, such as ``vm_exit`` or ``irq``.
Options: