tracing: move tracing under subsys/

Tracing subsystem is growing and although related to debugging, it does
deserve to belong into its own subsystem.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-02-06 09:13:51 -05:00
commit 41abcc57c1
32 changed files with 185 additions and 177 deletions

View file

@ -9,5 +9,3 @@ zephyr_sources_ifdef(
CONFIG_ASAN
asan_hacks.c
)
add_subdirectory(tracing)