Home
last modified time | relevance | path

Searched refs:tracing (Results 1 – 25 of 56) sorted by relevance

123

/Zephyr-latest/subsys/tracing/
DKconfig15 Enable system tracing. This requires a backend such as SEGGER
24 tracing infrastructure.
31 bool "No tracing format selected"
33 None of the available tracing formats is selected.
54 Enable tracing to a Common Trace Format stream.
60 Enable tracing for testing kinds of format purpose. It must
61 implement the tracing hooks defined in tracing_test.h
66 Use user-defined functions for tracing task switching and irqs
87 Enable synchronous tracing. This requires the backend to be
94 Enable asynchronous tracing. This will buffer all the tracing
[all …]
/Zephyr-latest/samples/subsys/tracing/
DREADME.rst1 .. zephyr:code-sample:: 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.
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.
[all …]
/Zephyr-latest/snippets/rtt-tracing/
DREADME.rst1 .. _snippet-rtt-tracing:
3 SystemView RTT Tracing Snippet (rtt-tracing)
8 west build -S rtt-tracing [...]
13 This snippet enables SEGGER SystemView RTT support with the tracing subsystem.
/Zephyr-latest/doc/connectivity/networking/
Dnetwork_tracing.rst10 User can enable network core stack and socket API calls tracing.
13 stack tracing. This option is enabled by default if tracing and networking
21 BSD socket call usage in the system. It is enabled if tracing and BSD socket
25 See the :ref:`tracing documentation <tracing>` for how to use the tracing
/Zephyr-latest/soc/microchip/mec/mec172x/
DKconfig41 bool "Debug support via Serial wire debug with tracing enabled"
43 JTAG port is enabled in SWD mode. Refer to tracing options
52 Select tracing mode for debug interface
57 JTAG port in SWD mode and ETM as tracing method.
63 JTAG port in SWD mode and SWV as tracing method.
/Zephyr-latest/soc/microchip/mec/mec15xx/
DKconfig65 bool "Debug support via Serial wire debug with tracing enabled"
67 JTAG port is enabled in SWD mode. Refer to tracing options
77 Select tracing mode for debug interface
82 JTAG port in SWD mode and SWV as tracing method.
88 JTAG port in SWD mode and SWV as tracing method.
/Zephyr-latest/samples/subsys/tracing/boards/
Dmps2_an521_cpu0.overlay5 zephyr,tracing-uart = &uart1;
Dqemu_x86.overlay5 zephyr,tracing-uart = &uart1;
Dqemu_x86_64.overlay5 zephyr,tracing-uart = &uart1;
/Zephyr-latest/tests/subsys/tracing/tracing_api/boards/
Dqemu_x86.overlay5 zephyr,tracing-uart = &uart0;
/Zephyr-latest/doc/services/tracing/
Dindex.rst9 The tracing feature provides hooks that permits you to collect data from
24 overriding the macros declared in :zephyr_file:`include/zephyr/tracing/tracing.h`.
39 to enable additional tracing functions (or provide their own backend), zephyr
40 also provides one generic named tracing function for convenience purposes,
41 as well as to demonstrate how tracing frameworks could be extended.
112 Zephyr includes support for several popular tracing tools, presented below in alphabetical order.
119 streaming over various interfaces and also snapshot tracing, where the events are kept in a RAM
130 Zephyr kernel events are captured automatically when Tracealyzer tracing is enabled.
131 Tracealyzer also provides extensive support for application logging, where you call the tracing
138 The tracing library for Tracealyzer (TraceRecorder) is included in the Zephyr manifest and
[all …]
/Zephyr-latest/boards/native/native_posix/
DCMakeLists.txt16 tracing.c
/Zephyr-latest/drivers/ieee802154/
DKconfig.kw41z22 bool "Simplified debug tracing of events"
/Zephyr-latest/doc/services/
Dindex.rst21 tracing/index.rst
/Zephyr-latest/doc/services/debugging/
Dcs_trace_defmt.rst9 buffer where data from various trace streams can be saved. Typically tracing data is
/Zephyr-latest/soc/microchip/mec/
DKconfig235 bool "Debug support via Serial wire debug with tracing enabled"
245 Select tracing mode for debug interface
250 JTAG port in SWD mode and ETM as tracing method.
257 JTAG port in SWD mode and SWV as tracing method.
/Zephyr-latest/subsys/
DCMakeLists.txt33 add_subdirectory(tracing)
DKconfig51 source "subsys/tracing/Kconfig"
/Zephyr-latest/doc/services/profiling/
Dperf.rst6 Perf is a profiler tool based on stack tracing. It can be used for lightweight profiling
/Zephyr-latest/boards/nuvoton/npcm400_evb/doc/
Dindex.rst70 This board comes with a Cortex ETM port which facilitates tracing and debugging
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/doc/
Dindex.rst68 This board comes with a Cortex ETM port which facilitates tracing and debugging
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/doc/
Dindex.rst82 This board comes with a Cortex ETM port which facilitates tracing and debugging
/Zephyr-latest/doc/safety/
Dsafety_overview.rst120 b. :ref:`safety_requirements` and requirements tracing
150 Requirements and requirements tracing
157 purpose, tracing the requirements down to the code level is used. With the requirements management
158 and tracing in hand, it can now be verified whether the functionality has been tested and
162 requirements and requirements tracing.
/Zephyr-latest/boards/segger/trb_stm32f407/doc/
Dindex.rst8 ARM Cortex-M4 CPU, to test hardware tracing with the SEGGER Trace-Pro
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/doc/
Dindex.rst81 This board comes with a Cortex ETM port which facilitates tracing and debugging

123