commit | 4d994af03284ce94616c00c741e21b9b22e8ff62 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Sun Apr 18 23:24:40 2021 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri May 07 22:10:21 2021 -0400 |
tree | d4183fca41ec784bfe749c2f9b93b54bf245c686 | |
parent | 1af037f477eb03d7b3c8bc3ff1cd4a9ae416f33f [diff] |
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>