tracing: systemview: rework IDs and make them match APIs

New version of Systemview has Zephyr API description that did not match
what we had, align with what the tools provides and expand hooks to
support additional APIs. We now cover most kernel APIs.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-05-08 07:55:52 -04:00 committed by Kumar Gala
commit 7c582f4b7c
4 changed files with 574 additions and 342 deletions

View file

@ -1,5 +1,3 @@
zephyr_sources(
tracing_string_format_test.c
)