zephyr/subsys/tracing
Keith Packard ced5053e6c subsys/tracing: Use z_current_get in switch_{in,out}
The thread switching tracing hooks are called in the middle of swapping,
before z_thread_entry has a chance to set the z_tls_current value, so they
cannot use k_current_get. Switch them to z_current_get instead.

Signed-off-by: Keith Packard <keithp@keithp.com>
2022-10-26 12:00:04 +02:00
..
ctf subsys/tracing: Use z_current_get in switch_{in,out} 2022-10-26 12:00:04 +02:00
include
sysview pm: device_runtime.c: compile error 2022-09-10 17:04:20 -04:00
test includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
user smp: Move arrays to use CONFIG_MP_MAX_NUM_CPUS 2022-10-17 14:40:12 +09:00
CMakeLists.txt
Kconfig
tracing_backend_posix.c
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