mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-18 17:33:43 +00:00
doc: Remove placeholder text from acrntrace
Removed placeholders for images. Will create an issue for tracking. Signed-off-by: Amy Reyes <amy.reyes@intel.com>
This commit is contained in:
parent
22f4041d48
commit
48063c840b
@ -92,9 +92,6 @@ ACRNTrace application includes a binary to retrieve trace data from
|
|||||||
sbuf, and Python scripts to convert trace data from raw format into
|
sbuf, and Python scripts to convert trace data from raw format into
|
||||||
readable text, and do analysis.
|
readable text, and do analysis.
|
||||||
|
|
||||||
.. note:: There was no Figure showing the sequence of trace
|
|
||||||
initialization and trace data collection.
|
|
||||||
|
|
||||||
With a debug build, trace components are initialized at boot
|
With a debug build, trace components are initialized at boot
|
||||||
time. After initialization, HV writes trace event date into sbuf
|
time. After initialization, HV writes trace event date into sbuf
|
||||||
until sbuf is full, which can happen easily if the ACRNTrace app is not
|
until sbuf is full, which can happen easily if the ACRNTrace app is not
|
||||||
@ -104,9 +101,6 @@ Once ACRNTrace is launched, for each physical CPU a consumer thread is
|
|||||||
created to periodically read RAW trace data from sbuf and write to a
|
created to periodically read RAW trace data from sbuf and write to a
|
||||||
file.
|
file.
|
||||||
|
|
||||||
.. note:: TODO figure is missing
|
|
||||||
Figure 2.2 Sequence of trace init and trace data collection
|
|
||||||
|
|
||||||
These are the Python scripts provided:
|
These are the Python scripts provided:
|
||||||
|
|
||||||
- **acrntrace_format.py** converts RAW trace data to human-readable
|
- **acrntrace_format.py** converts RAW trace data to human-readable
|
||||||
|
Loading…
Reference in New Issue
Block a user