Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/tracing/
Dtracing_format_async.c58 void tracing_format_data(tracing_data_t *tracing_data_array, uint32_t count) in tracing_format_data() argument
68 put_success = tracing_format_data_put(tracing_data_array, count); in tracing_format_data()
Dtracing_format_sync.c52 void tracing_format_data(tracing_data_t *tracing_data_array, uint32_t count) in tracing_format_data() argument
65 put_success = tracing_format_data_put(tracing_data_array, count); in tracing_format_data()
Dtracing_format_common.c59 bool tracing_format_data_put(tracing_data_t *tracing_data_array, uint32_t count) in tracing_format_data_put() argument
65 tracing_data_array + i; in tracing_format_data_put()
/Zephyr-latest/subsys/tracing/include/
Dtracing_format_common.h54 bool tracing_format_data_put(tracing_data_t *tracing_data_array, uint32_t count);
/Zephyr-latest/include/zephyr/tracing/
Dtracing_format.h83 void tracing_format_data(tracing_data_t *tracing_data_array, uint32_t count);