tracing: support generic tracing hooks
Define generic interface and hooks for tracing to replace kernel_event_logger and existing tracing facilities with something more common. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
9038416bdd
commit
b6304e66f6
17 changed files with 206 additions and 25 deletions
|
@ -224,6 +224,7 @@ void _timer_int_handler(void *unused)
|
|||
extern void _sys_k_event_logger_interrupt(void);
|
||||
_sys_k_event_logger_interrupt();
|
||||
#endif
|
||||
sys_trace_isr_enter();
|
||||
|
||||
#ifdef CONFIG_SYS_POWER_MANAGEMENT
|
||||
s32_t numIdleTicks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue