doc: tracing: document how to use systemview description file

Document how to use the most recent description file for Zephyr with
systemview.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-05-21 08:49:29 -04:00 committed by Kumar Gala
commit 73d6ead9ba

View file

@ -135,6 +135,15 @@ latest data from the internal RAM buffer can be loaded into SystemView::
.. _SEGGER SystemView: https://www.segger.com/products/development-tools/systemview/
Recent versions of `SEGGER SystemView`_ come with an API translation table for
Zephyr which is incomplete and does not match the current level of support
available in Zephyr. To use the latest Zephyr API description table, copy the
file available in the tree to your local configuration directory to override the
builtin table::
# On Linux and MacOS
cp ZEPHYR_BASE/subsys/tracing/sysview/SYSVIEW_Zephyr.txt ~/.config/SEGGER/
Transport Backends
******************