From 48063c840b4dee3b14f273f991f8de2e3174595b Mon Sep 17 00:00:00 2001 From: Amy Reyes Date: Fri, 3 Dec 2021 11:55:29 -0800 Subject: [PATCH] doc: Remove placeholder text from acrntrace Removed placeholders for images. Will create an issue for tracking. Signed-off-by: Amy Reyes --- doc/developer-guides/hld/hld-trace-log.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/developer-guides/hld/hld-trace-log.rst b/doc/developer-guides/hld/hld-trace-log.rst index 68c7ce11d..123a2cd13 100644 --- a/doc/developer-guides/hld/hld-trace-log.rst +++ b/doc/developer-guides/hld/hld-trace-log.rst @@ -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 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 time. After initialization, HV writes trace event date into sbuf 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 file. -.. note:: TODO figure is missing - Figure 2.2 Sequence of trace init and trace data collection - These are the Python scripts provided: - **acrntrace_format.py** converts RAW trace data to human-readable