mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
We renamed _sys_trace_thread_switched_in to z_sys_trace_thread_switched_in, however we already had a function named z_sys_trace_thread_switched_in. So rename z_sys_trace... to z__sys_trace... Fixes: #15184 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>