Lines Matching full:tracing
1 .. zephyr:code-sample:: tracing
2 :name: Tracing
4 Send tracing formatted packet to the host with supported backends.
6 This application can be used to demonstrate the tracing feature. The tracing
7 formatted packet will be sent to the host with the currently supported tracing
8 backend under tracing generic infrastructure.
13 Depends of the boards which you are using, choose one of .conf files for use tracing subsys.
15 Usage for UART Tracing Backend
18 Build a UART-tracing image with:
21 :zephyr-app: samples/subsys/tracing
30 :zephyr-app: samples/subsys/tracing
37 You may need to set "zephyr,tracing-uart" property under the chosen node in your devicetree.
38 See :zephyr_file:`samples/subsys/tracing/boards/mps2_an521_cpu0.overlay` for an example.
42 Usage for USB Tracing Backend
45 Build a USB-tracing image with:
48 :zephyr-app: samples/subsys/tracing
57 :zephyr-app: samples/subsys/tracing
73 run the :zephyr_file:`scripts/tracing/trace_capture_usb.py` script on the host:
81 Usage for POSIX Tracing Backend
84 Build a POSIX-tracing image with:
87 :zephyr-app: samples/subsys/tracing
95 :zephyr-app: samples/subsys/tracing
103 Usage for USER Tracing Backend
106 Build a USER-tracing image with:
109 :zephyr-app: samples/subsys/tracing
120 Build a SystemView-tracing image with the :ref:`snippet-rtt-tracing`:
123 :zephyr-app: samples/subsys/tracing
125 :snippets: rtt-tracing
131 Usage for GPIO Tracing Backend
134 Build a GPIO-tracing image with:
137 :zephyr-app: samples/subsys/tracing