systemview: add support natively using tracing hooks

Add needed hooks as a subsystem that can be enabled in any application.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-04-05 21:06:33 -04:00
commit 483910ab4b
32 changed files with 296 additions and 38 deletions

View file

@ -2,3 +2,5 @@ zephyr_sources_ifdef(
CONFIG_OPENOCD_SUPPORT
openocd.c
)
add_subdirectory(tracing)