From 19831b0a9bc30ffd920b78302ac2a3c125e34bd0 Mon Sep 17 00:00:00 2001 From: "Reyes, Amy" Date: Wed, 19 Jan 2022 13:42:21 -0800 Subject: [PATCH] doc: Update debug tools path - Update file path to acrn_trace files Signed-off-by: Reyes, Amy --- doc/tutorials/debug.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tutorials/debug.rst b/doc/tutorials/debug.rst index fe7ff263c..b010e4991 100644 --- a/doc/tutorials/debug.rst +++ b/doc/tutorials/debug.rst @@ -151,7 +151,7 @@ reason and times of each vm_exit after we have done some operations. # acrnalyze.py -i /home/trace/acrntrace/20190219-001529/1 -o vmexit --vm_exit .. note:: The acrnalyze.py script is in the - ``misc/tools/acrntrace/scripts`` folder. The location + ``misc/debug_tools/acrn_trace/scripts`` folder. The location of the trace files produced by ``acrntrace`` may be different in your system. .. figure:: images/debug_image28.png @@ -174,7 +174,7 @@ shown in the following example: trace event ID 2. Add the following format to - ``misc/tools/acrntrace/scripts/formats``: + ``misc/debug_tools/acrn_trace/scripts/formats``: .. figure:: images/debug_image1.png :align: center @@ -223,7 +223,7 @@ shown in the following example: formats /home/trace/acrntrace/20190219-001529/1 | grep "trace test" .. note:: The acrnalyze.py script is in the - ``misc/tools/acrntrace/scripts`` folder. The location + ``misc/debug_tools/acrn_trace/scripts`` folder. The location of the trace files produced by ``acrntrace`` may be different in your system. and we will get the following log: