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:
Anas Nashif 2021-04-18 23:24:40 -04:00
commit 4d994af032
40 changed files with 32 additions and 872 deletions

View file

@ -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>