zephyr/subsys/tracing
Dariusz Lisik d4d7c947b9 tracing: fixes C++ compilation issue
When tracing_cpu_stats.h is included by C++ file it will not compile
and link correctly due to missing #ifdef __cplusplus directives
in the header file.

Fixes #23072

Signed-off-by: Dariusz Lisik <dariusz.lisik@hidglobal.com>
2020-02-26 14:13:22 +02:00
..
ctf tracing: move ctf headers under ctf/ 2020-02-07 15:58:05 -05:00
include tracing: fixes C++ compilation issue 2020-02-26 14:13:22 +02:00
sysview tracing: move systemview headers under sysview/ 2020-02-07 15:58:05 -05:00
CMakeLists.txt tracing: avoid building tracing code when not applicable 2020-02-07 15:58:05 -05:00
Kconfig tracing: usb: Fix build issues. 2020-02-07 20:06:17 -05:00
cpu_stats.c tracing: move tracing under subsys/ 2020-02-07 15:58:05 -05:00
tracing_backend_posix.c tracing: move tracing under subsys/ 2020-02-07 15:58:05 -05:00
tracing_backend_uart.c tracing: move tracing under subsys/ 2020-02-07 15:58:05 -05:00
tracing_backend_usb.c tracing: usb: Fix build issues. 2020-02-07 20:06:17 -05:00
tracing_buffer.c tracing: move tracing under subsys/ 2020-02-07 15:58:05 -05:00
tracing_core.c tracing: move tracing under subsys/ 2020-02-07 15:58:05 -05:00
tracing_format_async.c tracing: move tracing under subsys/ 2020-02-07 15:58:05 -05:00
tracing_format_common.c tracing: move tracing under subsys/ 2020-02-07 15:58:05 -05:00
tracing_format_sync.c tracing: move tracing under subsys/ 2020-02-07 15:58:05 -05:00