Lines Matching full:tracing
12 #include <zephyr/tracing/tracing_format.h>
14 #include "../../../../subsys/tracing/include/tracing_backend.h"
18 * @brief Tests for tracing
19 * @defgroup tracing_api_tests Tracing
106 * @brief Test tracing APIS
108 * @details For asynchronous mode, self-designed tracing uart backend
109 * firstly, and called tracing APIs one by one directly, check if the
193 * @brief Test tracing APIS
195 * @details For synchronize mode, self-designed tracing uart backend
212 * @brief Test tracing APIS
214 * @details Packaged the data by different format as the tracing input,
241 * @brief Test tracing APIS
244 * tracing_cmd_handle to detect the tracing behavior.
261 "Failed to check default status of tracing"); in ZTEST()
267 zassert_false(is_tracing_enabled(), "Failed to disable tracing"); in ZTEST()
273 zassert_true(is_tracing_enabled(), "Failed to enable tracing"); in ZTEST()