zephyr/include/tracing
Ederson de Souza 53fb94c7e3 tracing: Fix k_fifo_put_list tracing for CONFIG_TRACING_NONE=yes
k_fifo_put_list() tracing entry points are called
sys_port_trace_k_fifo_put_list_enter and
sys_port_trace_k_fifo_put_list_exit, however, they were misnamed in
"tracing.h". So anyone using tracing and CONFIG_TRACING_NONE=yes would
see compilation errors if they tried to use k_fifo_put_list().

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2021-12-01 05:03:43 -05:00
..
tracing_format.h tracing: format: improve Doxygen 2021-11-15 10:12:56 -05:00
tracing_macros.h tracing: macros: improve Doxygen 2021-11-15 10:12:56 -05:00
tracing_syscall.h tracing: improve Doxygen structure 2021-11-15 10:12:56 -05:00
tracing.h tracing: Fix k_fifo_put_list tracing for CONFIG_TRACING_NONE=yes 2021-12-01 05:03:43 -05:00