mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-11 13:03:15 +00:00
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:
parent
0cb7b0417a
commit
8d3847d216
@ -19,9 +19,9 @@ Options:
|
|||||||
|
|
||||||
-h print this message
|
-h print this message
|
||||||
-i period specify polling interval in milliseconds [1-999]
|
-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
|
-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
|
before acrntrace stops
|
||||||
|
|
||||||
The ``acrntrace_format.py`` is a offline tool for parsing trace data (as output
|
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``.
|
``hypervisor/tools/acrntrace/scripts/formats``.
|
||||||
|
|
||||||
The ``acrnalyze.py`` is a offline tool to analyze trace data (as output by
|
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:
|
Options:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user