zephyr/subsys/tracing
Torbjörn Leksell 86d8b36955 Tracing: k_free tracing hook heap reference added
Added heap reference parameter to k_free tracing
hook to allow tracing of the pointer which was
passed as a parameter to a k_free call.
As part of this update the defines
(for this hook) in the various tracing formats
was also updated.

Signed-off-by: Torbjörn Leksell <torbjorn.leksell@percepio.com>
2021-11-16 09:45:01 -05:00
..
ctf Tracing: k_free tracing hook heap reference added 2021-11-16 09:45:01 -05:00
include
sysview Tracing: k_free tracing hook heap reference added 2021-11-16 09:45:01 -05:00
test Tracing: k_free tracing hook heap reference added 2021-11-16 09:45:01 -05:00
user Tracing: k_free tracing hook heap reference added 2021-11-16 09:45:01 -05: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