Home
last modified time | relevance | path

Searched refs:tracing_buffer_space_get (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/subsys/tracing/include/
Dtracing_buffer.h34 uint32_t tracing_buffer_space_get(void);
/Zephyr-Core-3.5.0/subsys/tracing/
Dtracing_buffer.c66 uint32_t tracing_buffer_space_get(void) in tracing_buffer_space_get() function
Dtracing_format_common.c49 uint32_t space = tracing_buffer_space_get(); in tracing_format_raw_data_put()