kernel: remove object tracing
Remove this intrusive tracing feature in favor of the new object tracing using the main tracing feature in zephyr. See #33603 for the new tracing coverage for all objects. This will allow for support in more tools and less reliance on GDB for tracing objects. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1af037f477
commit
4d994af032
40 changed files with 32 additions and 872 deletions
|
@ -8,7 +8,6 @@
|
|||
#include <sys/printk.h>
|
||||
#include <shell/shell.h>
|
||||
#include <init.h>
|
||||
#include <debug/object_tracing.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <debug/stack.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue