zephyr/subsys/tracing
Daniel Leung 11e6b43090 tracing: roll thread switch in/out into thread stats functions
Since the tracing of thread being switched in/out has the same
instrumentation points, we can roll the tracing function calls
into the one for thread stats gathering functions.
This avoids duplicating code to call another function.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-11-11 23:55:49 -05:00
..
ctf tracing: fix empty thread name 2020-09-20 21:27:55 -04:00
include
sysview tracing: add feature for analysing post-mortem 2020-10-07 10:10:48 -04:00
CMakeLists.txt
cpu_stats.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
Kconfig tracing: roll thread switch in/out into thread stats functions 2020-11-11 23:55:49 -05:00
tracing_backend_posix.c
tracing_backend_uart.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
tracing_backend_usb.c
tracing_buffer.c
tracing_core.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
tracing_format_async.c
tracing_format_common.c
tracing_format_sync.c