zephyr/subsys/tracing
Daniel Leung 0a50ff366e kernel: rename z_current_get() to k_sched_current_thread_query()
The original idea of z_current_get() was to be the counterpart
of k_current_get() when thread local variable for current has
not been initialized if TLS is enabled, otherwise they are
the same function. Now since z_current_get() is being used
outside of core kernel, rename it under kernel namespace so
other subsystem can conceptually use them too.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2023-09-28 16:15:46 +02:00
..
ctf kernel: rename z_current_get() to k_sched_current_thread_query() 2023-09-28 16:15:46 +02:00
include
sysview tracing: remove references to deprecated k_pipe_block_put 2023-09-18 19:20:02 -04:00
test tracing: remove references to deprecated k_pipe_block_put 2023-09-18 19:20:02 -04:00
user tracing: remove references to deprecated k_pipe_block_put 2023-09-18 19:20:02 -04:00
CMakeLists.txt
Kconfig modules: Add DFM and move Tracerecorder into percepio module 2023-09-12 10:19:37 -04:00
tracing_backend_posix.c
tracing_backend_posix_bottom.c
tracing_backend_posix_bottom.h
tracing_backend_ram.c
tracing_backend_uart.c
tracing_backend_usb.c
tracing_buffer.c
tracing_core.c
tracing_format_async.c
tracing_format_common.c
tracing_format_sync.c
tracing_none.c
tracing_tracking.c