Home
last modified time | relevance | path

Searched refs:tracing_cmd_handle (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/tracing/include/
Dtracing_core.h47 void tracing_cmd_handle(uint8_t *buf, uint32_t length);
/Zephyr-latest/tests/subsys/tracing/tracing_api/src/
Dmain.c259 tracing_cmd_handle(cmd, sizeof(cmd0)); in ZTEST()
266 tracing_cmd_handle(cmd, sizeof(cmd1)); in ZTEST()
272 tracing_cmd_handle(cmd, sizeof(cmd2)); in ZTEST()
/Zephyr-latest/subsys/tracing/
Dtracing_backend_uart.c54 tracing_cmd_handle(cmd, cur); in uart_isr()
Dtracing_core.c145 void tracing_cmd_handle(uint8_t *buf, uint32_t length) in tracing_cmd_handle() function
Dtracing_backend_usb.c99 tracing_cmd_handle(cmd, length); in tracing_ep_out_cb()