kernel: event_logger: remove kernel_event_logger
Move to more generic tracing hooks that can be implemented in different ways and do not interfere with the kernel. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
457fc799ba
commit
a2248782a2
39 changed files with 75 additions and 1134 deletions
|
@ -53,7 +53,7 @@ SECTION_FUNC(TEXT, __pendsv)
|
|||
#else
|
||||
pop {lr}
|
||||
#endif /* CONFIG_ARMV6_M_ARMV8_M_BASELINE */
|
||||
#endif /* CONFIG_KERNEL_EVENT_LOGGER_CONTEXT_SWITCH */
|
||||
#endif /* CONFIG_TRACING */
|
||||
|
||||
/* protect the kernel state while we play with the thread lists */
|
||||
#if defined(CONFIG_ARMV6_M_ARMV8_M_BASELINE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue