mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-17 19:46:14 +00:00
First, this commit adds user interface in tracing_format.h which can trace both string format and data format packet. Second, it adds method both for asynchronous and synchronous way. For asynchronous method, tracing packet will be buffered in tracing buffer first, tracing thread will output the stream data with the help of tracing backend when tracing thread get scheduled. Third, it adds UART and USB tracing backend for asynchronous tracing method, and adds POSIX tracing backend for synchronous tracing way. Also it can receive command from host to dynamically enable and disable tracing to have host capture tracing data conveniently. Signed-off-by: Wentong Wu <wentong.wu@intel.com> |
||
---|---|---|
.. | ||
gcov.h | ||
object_tracing_common.h | ||
object_tracing.h | ||
stack.h | ||
tracing_format.h | ||
tracing.h |