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:
Anas Nashif 2018-04-06 07:48:53 -04:00
commit a2248782a2
39 changed files with 75 additions and 1134 deletions

View file

@ -220,10 +220,6 @@ void _timer_int_handler(void *unused)
read_timer_start_of_tick_handler();
#endif
#ifdef CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT
extern void _sys_k_event_logger_interrupt(void);
_sys_k_event_logger_interrupt();
#endif
sys_trace_isr_enter();
#ifdef CONFIG_SYS_POWER_MANAGEMENT